Outline UI compatible with IDE packages. Presents symbols of an active text editor in a tree view, with "jump to symbol" navigation (on click).
Fuzzy search in the outline tree powered by Zadeh
Reveal the current cursor in the outline
Show function call hierarchy (alt-c)
Double-click the function name to go to the definition.
-
Install
atom-ide-outline
in Atom -
Install relevant IDE language packages e.g.:
- atom-typescript for TypeScript
- atom-ide-javascript for JavaScript
- ide-html for html
- ide-css for CSS
- ide-python for Python
- ide-rust for Rust
- ide-go for Go
For support for other language/syntax, try searching Atom packages registry - ide-
prefix is unofficial, but helps narrow down the amount of results.
Take a look at Contributing Guide.