vscode-code-outline
vscode-code-outline copied to clipboard
A symbol outline for Visual Studio Code
The only way to show class constructors in the outline seems to be with `"*"`..
### HTML files should have body expanded by default When I open an HTML file, I first need to click the HTML tag, and then the body tag to see...
Taking from Xcode (not sure if it exists elsewhere) it would be great to be able to parse comments into titles in the outline. The outline is a HUGE help...
Hi, First of all, thank you for providing this plugin! It really fills a gap. There is an issue with C++ code. Consider the below minimal working example: ``` //...
* auto expand the node under cursor in editor and its ancestors (even if it's not possible to select it yet, it should be helpful to have it visible at...
It would be cool if extensions could provide additional information like using a `registerCodeOutlineProvider()` that will replace the provider for the selector with a custom one that can include extra...
When using with markdown file, all symbols displayed in same level with different number of `#`. (It's better if vscode can produce a better symbol tree for markdown file, but...
I have some files that use the standard JavaScript prototype and some that use IIFE modules. It seems like only the standard files are outlined.
I have some old projects with objects in javascript structured like this: one.two.three.four.function1 = function () one.two.three.four.function2 = function () one.two.three.four.function3 = function () and code outline will display them...