Masatake YAMATO
Masatake YAMATO
@dreamtigers, thank you for working in this area. I want to write some comments as an expert in Universal-ctags. If you(we) want to use this .ctags with Exuberant-ctags, you cannot...
NOTE: https://www.rarlab.com/technote.htm
About this issue ctags developers are discussed at https://github.com/universal-ctags/ctags/pull/503 .
u-ctags supports the syntax: ``` [jet@living]~/var/ctags% cat /tmp/foo.cc auto getSomeValue() -> int { return 10; } [jet@living]~/var/ctags% u-ctags -o - /tmp/foo.cc getSomeValue /tmp/foo.cc /^auto getSomeValue() -> int$/;" f typeref:typename:int ```
Do you use ctags (in klaus)?
If you rebase your changes on the latest HEAD of the master branch, the failures on centos6 will be fixed.
These test cases can be used for testing p/pcre2 regex flags.
Hi, could you make a pull request for the change? In addition, we need a test case. https://docs.ctags.io/en/latest/testing-parser.html#units-test-facility explains how to write test cases.
ctags extracts members of structs by default. You don't have to specify any other options for extracting them. So the reasons that they are not extracted are (1) the c...
I must write about the limitation to our man page.