emmet support
Is there emmet support for SolidJS? Currently when I use it and want a class on my JSX element it will auto-complete with "className" instead of "class". Is there a setting I can change?
Thanks
2 Replies
https://stackoverflow.com/questions/57538644/how-to-change-emmet-expanding-classname-to-class-in-vscode-for-jsx-tsx has some suggestions (change language to
"html"
). Probably ideally we'd add a "typescriptsolid"
language to Emmet...Unknown User•2y ago
Message Not Public
Sign In & Join Server To View