Ask Your Question
3

Is there a way to use keybindings in Atom editor to navigate to the next or previous function definition?

asked 2022-03-22 11:00:00 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-12-26 19:00:00 +0000

david gravatar image

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".

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-03-22 11:00:00 +0000

Seen: 11 times

Last updated: Dec 26 '21