Hello!
I have mousemap:
{“modifiers”: [“ctrl”], “button”: “button1”,
“command”: “sublime_jedi_goto”,
“press_command”: “drag_select”}
And soucre code like:
myfunc(“myfunc2”) # myfunc3
so when I click myfunc
then plugin SublimeJediGoto is called, but if I click myfunc2 or myfunc3, SublimeJediGoto is not called, how to make it possible?
Thanks.