es-navigation

Scope-sensitive navigation tools for javascript. Includes ES6 support.

incrementallair

1,961

6

0.1.5

MIT

GitHub

Atom ES Navigation

ES Navigation is an Atom plugin that provides keyboard shortcuts for jumping between scoped bindings in JavaScript, including those that span separate ES6 module files.

When writing modular code, it can be frustrating to navigate between separate modules - use these shortcuts to jump straight to the ES6 module definition of any imported binding.

Usage Gif

Features

By default the following keybindings are provided:

Customising the Module Resolver

By default, a heuristic module resolver is used that intelligently guesses the baseURL for packages.

See the wiki for setting up a custom resolver.

License

MIT