ctags-support icon indicating copy to clipboard operation
ctags-support copied to clipboard

Navigation doesn't jump to tag address (line of code)

Open nineonine opened this issue 4 years ago • 3 comments

Navigation doesn't jump to tag address (line of code). It does jump to a correct file though. I checked the generated tags file and I do see correct tag address there.

nineonine avatar Nov 09 '19 07:11 nineonine

Had the same problem, but, tried a new .tags file this time without the R param now things work as advertised. This removed pointers to multiple folders that might be relevant. I'm running the latest ctags on WSL/Ubuntu.

hsmyers avatar Jan 25 '21 13:01 hsmyers

I am having the same issue(doesn't jump to correct line of code), i am using my separate script for .tags file generation, my .tags file doesn't have line numbers.

does the .tags file need to have line numbers to jump to correct line of code ??

Hamdanz avatar May 03 '21 17:05 Hamdanz

Had the same problem, but, tried a new .tags file this time without the R param now things work as advertised. This removed pointers to multiple folders that might be relevant. I'm running the latest ctags on WSL/Ubuntu.

Bro, what you use insted of -R when I try ctags -f .tags output is: `ctags: No files specified. Try "ctags --help".

Set27 avatar Sep 23 '23 16:09 Set27