Hi,
I have some problems with the goto definition functionality and javscript with AMD (https://de.wikipedia.org/wiki/Asynchronous_module_definition).
I can’t go to any of the methods defined in our plugins. Sublime just prints “Unable to find […]”. Methods in other js-files are found by the goto definition functionality.
Other editors like Visual Studio Code are able to find the method declarations in our plugins but I would prefere to use Sublime 3.
Has anyone a solution for this problem?