Other languajes support
Ergus <[email protected]> Sun, 19 Feb 2023 06:00:38 +0100
| Newsgroups | gmane.comp.gnu.global.general |
|---|---|
| Message-ID | <20230219050038.4gnzifgnqfh3czbj@Ergus> |
Hi: After I implemented the gtags-mode for emacs, now I am forced to work with C# on MS-Windows. Which adds two new levels of complexity to the problem. 1) I know that, to use C#, I need to use the universal-ctags backend; but I don't find any clear guide on how to do it, or even if it worth trying for C#. For example, will gtags recognize the .cs extension automatically or some extra option is needed? 2) On the other hand, MS-Windows is not POSIX and gtags page specifies POSIX somewhere, but I saw that there is a gtags/global package in msys, So, the obvious question: Any previous experience of gtags working on ms-windows outside cygwin? The main goal is to make it work in a native MS-windows emacs, not in a cygwing controlled environment. And then make it work for C# with univ-ctags. Thanks in advance for any help, Ergus