Created
January 6, 2012 13:44
-
-
Save nazgob/1570678 to your computer and use it in GitHub Desktop.
ctags setup on mac
Thanks!
Despite this solution is working one thing to note, - it will install older version of ctags that might lack support for some programming languages ( in my case it was
go
). You can check version by runningctags --version
once you finished following steps above and likely you will see something like:Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert Compiled: Oct 6 2019, 20:31:35 Addresses: <[email protected]>, http://ctags.sourceforge.net Optional compiled features: +wildcards, +regex
Solution is to setup currently maintained ctags implementation ( https://github.com/universal-ctags/ctags ), install steps are provided according the platform in their website, specifically for MAC can be found here: https://docs.ctags.io/en/latest/osx.html#building-with-homebrew
thanks
Thank you! 🙏
13 years ❤️
+1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!