Universal ctags on Windows

人走茶凉 提交于 2019-12-07 02:57:40

问题


I'm new to ctags. After reading some information about the program, I concluded that "Universal ctags" is the newest version (successor of "exhuberant ctags") and still under active development:
https://ctags.io/

Most people use it on Linux. For some specific reasons I need to use it on Windows (Windows 10, 64-bit to be more precise). I'm looking for an executable file of Universal ctags.
Do you know where to download such an executable?

PS: I'm not interested in the cygwin-approach (again for some specific reasons, but that would lead us too far here).
EDIT: For a better understanding of ctags output, please refer to this question: Understanding the ctags file format


回答1:


I found binary executables for the Windows directly on the project website under the section downloads: https://github.com/universal-ctags/ctags-win32/releases




回答2:


You can install Universal ctags on Windows directly with the help of chocolatey:

choco install universal-ctags


来源:https://stackoverflow.com/questions/41933097/universal-ctags-on-windows

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!