Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Collapse XML to elements in Visual Studio Code

In Visual Studio and most other editors you can collapse XML to tag / element level. Is there any way to do the same in Visual Studio code or is this feature still to come?

like image 318
Jano du Toit Avatar asked Jun 22 '15 08:06

Jano du Toit


People also ask

How do you make collapsible sections in Vscode?

Ctrl + Shift + ] on Windows and Linux. ⌥ + ⌘ + ] on macOS.


1 Answers

This is currently not possible but we plan to provide this feature in the future. You can suggest new features like this from our User Voice page. You can find your suggestion there.

Update for our VS Code 1.0 release:

Code folding has been implemented now!

like image 55
Benjamin Pasero Avatar answered Sep 30 '22 18:09

Benjamin Pasero