ctagsx
ctagsx copied to clipboard
VSCode ctags implementation that actually works
This is how extension look regularly  When swap label and detail enable  When default location enable  When delete caret enable 
hey, I noticed this extension (v1.2.1) is unable to read tags for Ruby class methods ending with either `?` or `!`, I get `ctagsx: No tags found for foo?`. Eg:...
This is a lovely extension and I’d like to use it with https://github.com/coder/code-server. Unfortunately, `code-server` cannot download this extension from Microsoft’s Marketplace: > Microsoft prohibits the use of any non-Microsoft...
Not sure why the tag is not found, the specific tags that can't be found do appear in the .tags file. I double checked that the tag is followed by...
I made a proof-of-concept for providing an outline view via ctagsx and ctagz: https://github.com/sogaiu/ctagz/tree/tags-for-file https://github.com/sogaiu/ctagsx/tree/outline-view  Do you have any interest in having this type of functionality?
hah
Maybe: * Show options that are in current file first? * Sort then by distance away from current file? Hmm...
We use `rootPath`, but only if no file is open. Hmm.
Instead of just `tags`/`.tags`
Can't review any symbols of the currently opened source file.