Skip to content

Add quick open go-to symbol support in CTags plugin

Waqar Ahmed requested to merge waqar/kate:ctags-goto into master

As discussed in !143 (closed), this adds quick-go-to-symbol support inside the ctags plugin. It now supports both global and local symbols. Performance seems to be pretty good, I am able to navigate LLVM codebase with ease as well as a JS repo with node_modules indexed.

Screenshots:

Global lookup

gts_glob

Single file local lookup

gts_local

Edited by Waqar Ahmed

Merge request reports