pushqrdx / vscode-inline-html

🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=pushqrdx.inline-html
GNU General Public License v3.0
54 stars 15 forks source link

Feature request: support code folding #16

Open blikblum opened 5 years ago

blikblum commented 5 years ago

Code folding is currently not supported.

Would be great have this feature like exists for html or JSX

pushqrdx commented 5 years ago

@blikblum i am currently working on some fixes as well as code formatting, will consider code folding too, thanks for the suggestion :)

Samurai016 commented 1 year ago

@pushqrdx Do you have updates on this? Thanks so much

pushqrdx commented 1 year ago

@Samurai016 I ended up hitting some vscode extension API limitations at the time, I don't think much changed since, but I will try to give it another shot soon.

Samurai016 commented 1 year ago

Thanks so much @blikblum, I understand that, you already did a great job with this extension. Thanks for your interest.