As a first step, we started completing tags, variables and filters.
To make the dev experience even better, we should also send documentation and detail properties as per the Language Server Protocol spec:
/**
* A human-readable string with additional information
* about this item, like type or symbol information.
*/
detail?: string;
/**
* A human-readable string that represents a doc-comment.
*/
documentation?: string | MarkupContent;
https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_completion
As a first step, we started completing tags, variables and filters.
To make the dev experience even better, we should also send documentation and detail properties as per the Language Server Protocol spec:
https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_completion