vscode-better-folding
vscode-better-folding copied to clipboard
Extension not working inside vue script tag
Describe the bug The extension isn't working for arrays inside the script tag of .vue files. Tested on plain javascript file and folding is as expected.
To Reproduce Steps to reproduce the behavior:
- Open a new .vue file
- Create an array
- Click to fold
Expected behavior
The fold should look like const list = [...]
Screenshots
Unfolded List
Folding in .vue script tag
Folding in plain javascript file
Also not working in the HTML parts of a Vue SFC.