SnippetList

A list of snippets resolved at a given position.

Members

Variables

info
SnippetInfo info;

The info where this snippet is completing at.

snippets
Snippet[] snippets;

The list of snippets that got returned.

Meta