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.
By default the following keybindings are provided:
By default, a heuristic module resolver is used that intelligently guesses the baseURL for packages.
See the wiki for setting up a custom resolver.
MIT
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.