michaelgmcd / vscode-language-babel

VSCode syntax highlighting for today's JavaScript
https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel
MIT License
131 stars 17 forks source link

JSX Tag Closure? #35

Closed Siyfion closed 5 years ago

Siyfion commented 6 years ago

I'm not sure if I've set something up wrongly, or it's simply an option I'm missing, but I can seem to get my JSX tags to automatically close? (Like in https://github.com/gandm/language-babel#auto-completion-of-jsx-tags-elements-and-attributes)

Is this by design? Or is there an option to enable it?

michaelgmcd commented 6 years ago

Currently, only the syntax highlighting is ported from the atom package. I would like to get around to it eventually, but anything done by the extension code from the atom plugin is not currently supported.

Siyfion commented 6 years ago

Ah, no problem. Maybe you could hook into the newly added: https://code.visualstudio.com/updates/v1_26#_jsx-tag-completion ?

michaelgmcd commented 5 years ago

Closing as this should now be supported.