Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, there is a way to use keybindings in Atom editor to navigate to the next or previous function definition.

The package "symbols-tree-view" provides a way to navigate to the next or previous function definition.

To install the package, go to Atom's settings -> Install -> search for "symbols-tree-view" -> click Install.

Once the package is installed, you can use the following keybindings to navigate to the next or previous function definition:

  • Next symbol definition: Ctrl-Shift-DownArrow or Ctrl-Shift-RightArrow
  • Previous symbol definition: Ctrl-Shift-UpArrow or Ctrl-Shift-LeftArrow

You can also access these commands from the Atom command palette (Ctrl-Shift-P) by searching for "Symbols Tree View".