Open
Description
Is it possible to get Emmet support in ReScript JSX? https://code.visualstudio.com/docs/editor/emmet
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Is it possible to get Emmet support in ReScript JSX? https://code.visualstudio.com/docs/editor/emmet
Activity
cristianoc commentedon Jul 10, 2021
I think @chenglou added some snippets -- not sure if using Emmet.
amiralies commentedon Jul 10, 2021
This is not related to rescript-vscode.
You have to enable emmet for rescript file type.
take a look at here.
based on that you have to put something like this in your config file.
l2dy commentedon Jul 10, 2021
Is it possible to improve the experience? Emmet completions are popping out wherever I type if I add
rescript
toemmet.includeLanguages
.amiralies commentedon Jul 10, 2021
I'm not sure if we can improve this from rescript side. Are you aware of other language plugins doing this?
l2dy commentedon Jul 10, 2021
Yes, Svelte plugin supports Emmet through vscode-emmet-helper.
zth commentedon May 5, 2022
This might be a bit tricky in our setup, but let's think a bit about how we could leverage that module.