Replies: 1 comment
-
If you have a question about the quality of tags output for C#, universal-ctags/ctags is the place to discuss. However, your question is about global usage. I recommend you talk to global people. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get C# tags to work and I'm not getting anything to work,
so I have to start from the beginning;)
I have Universal Ctags installed as u-ctags
I have C# source files.
Program.cs
IBar.cs
Bar.cs
I create the tags file, as such
The tags file looks like this.
If I now convert this to GNU Global, as such
, which outputs:
The resulting three G* files don't contain any symbols.
Any pointers as to what's happening here?;)
Beta Was this translation helpful? Give feedback.
All reactions