Closed CatalinMustata closed 7 years ago
Afraid not. If you look through the [issues](https://github.com/SublimeText/CTags/issues], there are lots of other folks who've had (and resolved) issues on MacOS. Their solutions will probably help you
Managed to fix it. I found the instructions to be somewhat confusing, as I understood that ctags should be under /usr/bin/
(where the Xcode one is actually) instead of /usr/local/bin
where the custom one is.
So, for anyone who uses MacOS, after installing ctags, make sure the settings file has /usr/local/bin/ctags
under the "command"
setting.
This issue can be closed.
Ah, thanks for the info. A PR to update the docs would be appreciated, it you fancy it. I'll close this issue in any case though.
I have installed the other version through
brew install ctags
and checkwhich ctags
points to the correct version. Changed the command in user settings as per instructions... restarted ST3... no luck.Any suggestions?