Skip to content

Can't find FUNCTION_NAME #309

@mozhata

Description

@mozhata

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions