Skip to content

Add inline documentation to all tags, global objects and filters #449

@charlespwd

Description

@charlespwd

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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions