Skip to content

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.

License

Notifications You must be signed in to change notification settings

hughsk/atom-define-jump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

define-jump

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.

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published