vala-language-server
vala-language-server copied to clipboard
Completions + hover for Vala.Attributes
Introduce completions for attributes and attribute properties. This may require upstream work to:
- fix the parser to handle syntactically invalid attributes
- introduce something like
Vala.AttributeParameter : Vala.CodeNodeso that completers can figure out what parameter is at the cursor