How can I set the "Goto Definition" according to the language I'm working on.
For example:
In Python, I want to use PythonIDE to determine:
{ "keys": ["ctrl+d"], "command": "python_goto_definition" },
And for any other language like Go, I want to use GoSublime to define:
{ "keys": ["ctrl+d"], "command": "go_sublime_goto_definition" },
I am wondering how can I set the context?
python go sublimetext3
Humble Learner Aug 05 '16 at 14:35 2016-08-05 14:35
source share