Masatake YAMATO

Results 774 comments of Masatake YAMATO

4615250..fe0c93a can be merged in advance.

As I expected, the new idea, "assigning a cork index to a token", allows us to implement reference tags more than the "unknown" kind. input1.c: ``` struct ops file_ops =...

``` $ cat /tmp/foo.c #include int main(void) { return puts("hello, world\n"); } $ ./ctags --kinds-C=+Y --roles-C.Y=+'{ref}' --extras=+r --fields=+r -o - /tmp/foo.c main /tmp/foo.c /^int main(void)$/;" f typeref:typename:int roles:def puts /tmp/foo.c...

@AmaiKinono When I looked up a rather generic name like "inode", M-. took very long time. For looking up reference tags, it is acceptable; I will just do C-g. However,...

> May I ask you for a PR to Citre, or can I use your code directly? This is a quick hack. Can you please add a new code for...

`main:` is enough. One of the purpose adding common prefix is for making the category maintainers' attentions. `main:` hooks me, @masatake. I strongly believe `docs:` prefix hooks you:-) Assignees of...

I took these field descriptions from the man page. They are capitalized. In this aspect we should make all `--list-fields` output be capitalized. In other hand, `--list-kinds` (and `--list-kinds-full`) output...

I agree with you that lower-case is better. > We can probably drop "Include" from the start of the descriptions in --list-extra output and "the" from --list-pseudo-tags as well. Can...

There is no way to look up scopes recorded by a built-in code from a regex code NOW. As usual, I have an idea of integrating the two worlds: `{scope=intervalTree}`....