SergeyKasyanov / vscode-october-extension

VSCode extension for work with OctoberCMS
MIT License
20 stars 2 forks source link

Code Folding #5

Closed artistro08 closed 1 year ago

artistro08 commented 2 years ago

For twig, code folding would be amazing. Right now, it doesn't have and fold markers. Picture for reference.

image

SergeyKasyanov commented 1 year ago

You can update VSCode to latest version (October 2022 (version 1.73)) and add this to config

"[october-tpl]": {
    "editor.defaultFoldingRangeProvider": "SergeyKasyanov.october-code"
}
artistro08 commented 1 year ago

Awesome, works like a charm!