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
codemirror 6 has great support for mobile devices.
the current implementation for emmet plugin makes it difficult to use on mobile devices (where most mobile keyboards do not have Tab or Cmd keys to trigger expanding abbreviations).
I suggest allowing click/tap on abbreviation preview to expand abbreviation (this is the behavior implemented in emmet-monaco-es for monaco editor).
It would also help to allow always showing the abbreviation preview (not just when it becomes complex), so that users know that emmet is available. May be this can be exposed as a configuration option.
The text was updated successfully, but these errors were encountered:
codemirror 6 has great support for mobile devices.
the current implementation for emmet plugin makes it difficult to use on mobile devices (where most mobile keyboards do not have
Tab
orCmd
keys to trigger expanding abbreviations).I suggest allowing click/tap on abbreviation preview to expand abbreviation (this is the behavior implemented in emmet-monaco-es for monaco editor).
It would also help to allow always showing the abbreviation preview (not just when it becomes complex), so that users know that emmet is available. May be this can be exposed as a configuration option.
The text was updated successfully, but these errors were encountered: