hirooih
hirooih
> Currently the extension supports only tags for one file (the currently open file) and not the entire work space. This should be documented in the README.md. I've been using...
> Currently the extension supports only tags for one file (the currently open file) and not the entire workspace. Try the latest Universal Ctags and [ctags companion extension](https://marketplace.visualstudio.com/items?itemName=gediminaszlatkus.ctags-companion) released today....
I added ctags-faq(7) on #2855. https://docs.ctags.io/en/latest/man/ctags-faq.7.html It includes the contents of http://ctags.sourceforge.net/faq.html#15. Feel free to add more contents to the FAQ.
@masatake san, > Maybe I have to rewrite the initialization code. main.c ``` 579 initOptions (); 580 readOptionConfiguration (); // ~/.ctags.d/BibTeX.ctags is read and causes the error 581 verbose ("Reading...
Or how about this? ``` --- a/main/parse.c +++ b/main/parse.c @@ -2173,8 +2173,8 @@ extern void processLanguageDefineOption ( } else if (getNamedLanguage (name, 0) != LANG_IGNORE) { - /* name cannot...
There is one coverage failure, but It should be fine. Because this is a fix for cases that should never have happened.
Thank you for your report. I will take a look. Give me some days.
@roccomao, I've sent a PR #3458, the fix for this bug. Your detailed test-case helped me a lot. At a glance I thought `cross` might have some issues. But it...
The fix was merged. If you still see any problem, let me know. Let me close this.
@masatake san, I've found ``, ``, and so on are not displayed in my original post. I've fixed them. > I guess this wrote about `[^...]`. I see. > Are...