Closed msn217 closed 10 months ago
I Use ctags in mac sublime, when I using ctags jump to func , It Report an error can not find "function name", It happened when the language is golang, but If I use other language such as python,It can work well. anybody can tell me how to fix this?
has solved! the reason is ctags5.8 does not support go, the solution is as link:http://stackoverflow.com/questions/8204367/ctag-database-for-go
I Use ctags in mac sublime, when I using ctags jump to func , It Report an error can not find "function name", It happened when the language is golang, but If I use other language such as python,It can work well. anybody can tell me how to fix this?