Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

atom-community-archive/symbols-view

 
 

Repository files navigation

Symbols View package

macOS Build Status Windows Build Status Dependency Status

Display the list of functions/methods in the editor.

If your project has a tags/.tags/TAGS/.TAGS file at the root then following are supported:

Command Description Keybinding (Linux) Keybinding (macOS) Keybinding (Windows)
symbols-view:toggle-file-symbols Show all symbols in current file ctrl-r cmd-r ctrl-r
symbols-view:toggle-project-symbols Show all symbols in the project ctrl-shift-r cmd-shift-r ctrl-shift-r
symbols-view:go-to-declaration Jump to the symbol under the cursor ctrl-alt-down cmd-alt-down
symbols-view:return-from-declaration Return from the jump ctrl-alt-up cmd-alt-up

This package uses ctags.

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Less 0.2%