Add quick open go-to symbol support in CTags plugin
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
Single file local lookup
Edited by Waqar Ahmed