ctagsx icon indicating copy to clipboard operation
ctagsx copied to clipboard

VSCode ctags implementation that actually works

Results 11 ctagsx issues
Sort by recently updated
recently updated
newest added

This is how extension look regularly ![image](https://github.com/jtanx/ctagsx/assets/49077110/59d1780c-c9ac-43da-a6f8-811d178bc407) When swap label and detail enable ![image](https://github.com/jtanx/ctagsx/assets/49077110/6effcf73-5b3f-44d2-8a02-a0555f2a24c8) When default location enable ![image](https://github.com/jtanx/ctagsx/assets/49077110/8663672d-ca1d-458f-a8c3-76d7df6a5def) When delete caret enable ![image](https://github.com/jtanx/ctagsx/assets/49077110/0ba80074-e3df-4a3d-b57a-32da2fd99be7)

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 ![vscode-fork-of-ctagsx-with-outline-view](https://user-images.githubusercontent.com/33044872/80206030-8e717900-8623-11ea-9dac-49efa574e34b.png) Do you have any interest in having this type of functionality?

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.