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
The objective of this task is to assess (and implement if feasible) the possibility of using textEdit to enhance code completion for Liquid tags. For instance, the language server could provide code completion for a for tag and automatically close it.
⚠️Notice: An essential aspect of this task is to evaluate the impact on the Shopify/code-mirror-language-client, which might need to integrate support for textEdit as well.
The text was updated successfully, but these errors were encountered:
karreiro
changed the title
Introduce support to textEdit completion items, so that, for instance, when users code-complete a for tag, it automatically closes it
Introduce support to textEdit completion items
Jun 16, 2023
Introduce support for
textEdit
Completion Items for Liquid tags.A CompletionItem incorporates support for the
textEdit
field.The objective of this task is to assess (and implement if feasible) the possibility of using
textEdit
to enhance code completion for Liquid tags. For instance, the language server could provide code completion for afor
tag and automatically close it.textEdit
as well.The text was updated successfully, but these errors were encountered: