You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have Emmet support in onivim2 as it's amazing how much it's relied on when writing jsx or html. This is built in to vscode rather than a plugin, so I'm not sure how onivim would integrate it?
(as part of the integration, it would be great to have the wrap with abbreviation functionality which is a big improvement over vim surround's wrap with tag, https://docs.emmet.io/actions/wrap-with-abbreviation/)
The text was updated successfully, but these errors were encountered:
This adds the built in VSCode emmet extension (Emmet 2.0), and hooks it up.
There are a few additional features we need, though, to get it usable:
- [x] Handle the `isIncomplete` value from a completion provider - emmet sends this to tell the editor to continue to request completions. We don't handle it, currently.
- [x] Proper snippet expansion - we have an extremely minimal snippet implementation, which means the expansion aren't too helpful
__Next steps:__
- Completion documentation - there is no preview for the expansion, currently. (tracking in #2329 )
Fixes#1948
It would be great to have Emmet support in onivim2 as it's amazing how much it's relied on when writing jsx or html. This is built in to vscode rather than a plugin, so I'm not sure how onivim would integrate it?
(as part of the integration, it would be great to have the wrap with abbreviation functionality which is a big improvement over vim surround's wrap with tag,
https://docs.emmet.io/actions/wrap-with-abbreviation/)
The text was updated successfully, but these errors were encountered: