amd-navigator

Helps navigating through AMD modules

zboro

143

0

0.1.2

MIT

GitHub

AMD navigator

This package adds single command for easy navigating in Javascript files (especially files using AMD syntax).

Click into your code, select "Go to module" command (ctrl + alt + X) and this package will try to navigate you to definition of selected function or module.

Currently it is possible to select these locations in code:

Searching for function declarations uses Atom's "Symbols View" package.

Known issues

Soft wrap and code folding break opening modules when cursor is in string. (atom/atom#8685)