atom-define-jump

Atom plugin to jump to the local declaration of a variable. Similar to Atom's built in Symbols view, but local to the current file and without the need for any configuration.

OTHER License

Stars
5

atom-define-jump

Atom plugin to jump to the local declaration of a variable. Similar to Atom's built in Symbols view, but local to the current file and without the need for any configuration.

Usage

  1. Move your cursor to the variable you'd like to find the definition of.
  2. Open the Command Palette and run "Define Jump: To Original Definition".

Keybindings

By default, there aren't any keybindings enabled. If you'd like to add some of your own, open your keymap file via Atom > Open Your Keymap and include the following:

'.workspace':
  'ctrl-alt-shift-m': 'define-jump:to-original-definition'

License

MIT. See LICENSE.md for details.