Sergey Chikuyonok

Results 456 comments of Sergey Chikuyonok

With this update, you’ll be able to re-map `.` operator for entire JSX

You can try to open Debug > Show Developer Tools and check for possible errors

Check out Emmet menu item and make sure “Enable Emmet” is checked. Also check out Emmet > Preferences and make sure Tab expandeer is enabled

Try to add `\` before slash to escape it

And if you add `/` after does it still results in error?

Oh, thanks. I think I can update parser to support slashes between numbers (currently, it’s used to indicate self-closing element). Do you have any other use cases with `/` besides...

Slashes are supported in Sublime Text, if they are between numbers, e.g. `w-1/2`, in other cases, `/` is used to identify element as self-closing

VSCode uses their own plugin implementation, although they use official Emmet core (currently outdated in VSC). There's recent activity in from VSC devs about moving towards current Emmet version but...

JS implementation doesn't have slash support in classes yet, but it can be easily ported (will do that very soon)

Will get back to this issue after full ST plugin rewrite