structure-view icon indicating copy to clipboard operation
structure-view copied to clipboard

Structure View for ATOM editor, just like Outline view in Eclipse or Structure tool window in IDEA / WebStorm, provides quick navigation for symbols of source code with a tree view.

Results 31 structure-view issues
Sort by recently updated
recently updated
newest added

Having this error when trying to install the package: `npm WARN deprecated [email protected]: This package is deprecated. Use Array.isArray. npm WARN deprecated [email protected]: Use uuid module instead npm ERR! Error...

By default, ctrl-o keybinding is reserved for opening a file, replacing it is not a good idea: The user expects the file selection dialog to come up. A better alternative...

While structure view recognizes `const f = async () => {}` as a function, it doesn't appear to recognize `async function() { }`. Is there a work-around? Thanks. /rr structure-view:...

Atom 1.34.0 macOS High Sierra 10.13.6 structure-view 0.2.1 Toggling the structure-view seems quite unintuitive. By default, it seems to open in a right pane. Usually Git and Github tabs are...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.53.0 x64 **Electron**: 6.1.12 **OS**: Unknown Windows version **Thrown From**: [structure-view](https://github.com/alibaba/structure-view) package 0.2.1 ### Stack Trace Failed to activate the structure-view...

Great Job with these extension.!!!! I do not see/know how to sort/unsort the structure view. It kinda needs to be sorted so we can do a human visual search fast....

in TypeScript, method parameters are very noisy. Is it possible to hide or auto-collapse them?

In Atom 1.41.0 on MacOS for python I get a plain list of all items (functions, classes, methods, variables...). No structure in the list.

I'd like the options to be frozen while scrolling. Per my previous bug report, saving uncollapses all panes. If you have scrolled down to a later structure in structure-view, this...