https://github.com/atom/symbols-view
Jump to symbols in Atom
https://github.com/atom/symbols-view
Last synced: 6 months ago
JSON representation
Jump to symbols in Atom
- Host: GitHub
- URL: https://github.com/atom/symbols-view
- Owner: atom
- License: mit
- Archived: true
- Created: 2013-08-13T17:01:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T10:52:03.000Z (over 2 years ago)
- Last Synced: 2024-08-09T14:06:30.729Z (10 months ago)
- Language: JavaScript
- Size: 1.28 MB
- Stars: 164
- Watchers: 24
- Forks: 115
- Open Issues: 101
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
##### Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our [official announcement](https://github.blog/2022-06-08-sunsetting-atom/)
# Symbols View package
[](https://travis-ci.org/atom/symbols-view) [](https://ci.appveyor.com/project/Atom/symbols-view/branch/master) [](https://david-dm.org/atom/symbols-view)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](http://ctags.sourceforge.net).
