v0.0.87
Release Notes
improve ts intellisense performance for properties (#448)
If you are using a VS Code-based editor, add these two settings to your .vscode/settings.json for further improvements:
{
"editor.suggest.filterGraceful": false,
"editor.suggest.matchOnWordStartOnly": true,
}🚀 Enhancement
- automatically add colon after quoted completions #451 (@jjenzz)
- add custom root selector support #452 (@jjenzz)
🐛 Bug Fix
🏎 Performance
Authors: 1
- Jenna Smith (@jjenzz)