I'm using Visual Studio Code and looking for a way to hide the closing bracket of a code block when that code block is folded, can't seem to find a setting for that, the code just looks wrong to me since I'm used to the Visual Studio IDE which has this behavior.
Current Behavior

Expected Behavior

Install Explicit Folding on VS code and past this settings on JSON file and Enjoy...
"explicitFolding.rules": {
"javascript": [
{
"begin": "{",
"end": "}"
},
{
"begin": "`",
"end": "`"
},
{
"foldLastLine": true
}
]
},
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With