vscode-code-outline icon indicating copy to clipboard operation
vscode-code-outline copied to clipboard

A symbol outline for Visual Studio Code

Results 51 vscode-code-outline issues
Sort by recently updated
recently updated
newest added

It seems outline is not working for perl with the latest VSC version: ![screen shot 2018-07-11 at 12 20 58](https://user-images.githubusercontent.com/6809559/42565898-0fc48708-8505-11e8-8c12-744c11e8a7c4.png)

In the latest version, for C# files, all symbols show up as a flat list. ![flathierarchy](https://user-images.githubusercontent.com/28793889/31364736-94aa0a82-ad1b-11e7-906f-5872cb93184f.png)

I really like the extension. I think it would be even nicer if it was easy to switch between the following sorting mode: - no sorting (items appear in the...

How do I make the outline view to show in the explorer panel. Right now it shows as a separate panel. I want to show it in the explorer panel...

```markdown ```ocaml # x;; val - = 100 # let x = 3 in x + 2;; val - = 5 ``` In a markdown code block like the above...

Ummm, I see there is only a REFRESH button. Shall we add a button to collapse or expand all nodes?

I like the plugin, but it would be very useful a quick search filter function to filter the functions/methods/defines that match a string: Concept image: ![outlinesearch](https://user-images.githubusercontent.com/196808/41758853-c5499be8-75da-11e8-9799-2e59bc525535.png)

I've installed Code Outline to have a simple index of functions in VSCode. Tried it and it works well with a local file, but I'm using RemoteFS to connect to...

After updating to the latest vscode insiders version, the list does not show up, click refresh is also this error message ` cannot read property range of underfined `

Personally I would like to have it on the right side and keep tree view open on the left at the same time.