atom-define-jump
atom-define-jump copied to clipboard
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.
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
- Move your cursor to the variable you'd like to find the definition of.
- 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.