That issue has been already fixed and you can avoid the double backslashes with the --output-format=e-ctags option. (known caveat: ctags will skip any name having whitespace - that is the original use the backslashes have in ctags, but usually we don't have class/method/var names with whitespaces so...).
It's working awesomely here, now jumping to the correct definitions, finding parents... so worth commenting the option, surely.
Hi!
In the Getting better tags page, when talking about universal ctags... you point to #815.
That issue has been already fixed and you can avoid the double backslashes with the
--output-format=e-ctags
option. (known caveat: ctags will skip any name having whitespace - that is the original use the backslashes have in ctags, but usually we don't have class/method/var names with whitespaces so...).It's working awesomely here, now jumping to the correct definitions, finding parents... so worth commenting the option, surely.
Thanks for all the effort! Ciao :-)