-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Description
I just switch mac from ubuntu, sublime with ctags on ubuntu worked very well
but on mac, I suffer a lot
I got every thing set (I think), and run "CTags: Rebuld Tags", and then generate .tags and .tags_sorted_by_file successfully. but when I try to Navigate to Definition in golang-code by shift + control + . I got this : Can't find **
there is some detail when I set ctags:
on shell:
$ ctags
ctags: No files specified. Try "ctags --help".
$ which ctags
/usr/local/bin/ctags
key setting in CTags.sublime-settings
"command": "/usr/local/bin/ctags",
In golang, I want to jump to loadCachedState, sublime report "Can't find loadCachedState"
when I try to jump to JSON, it Do show something, but none was I want. I am sure there is a method named JSON
manager.loadCachedState()
.
.
.
return lu.JSON(M{"repliers": repliers})
Metadata
Metadata
Assignees
Labels
No labels