theme-tools icon indicating copy to clipboard operation
theme-tools copied to clipboard

Introduce support to `textEdit` completion items

Open karreiro opened this issue 2 years ago • 1 comments

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 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.

karreiro avatar Jun 13 '23 17:06 karreiro

I feel like we do that with tag snippets now. Might be other places where we could add this.

charlespwd avatar Nov 18 '24 19:11 charlespwd