vala-language-server icon indicating copy to clipboard operation
vala-language-server copied to clipboard

Completions + hover for Vala.Attributes

Open Prince781 opened this issue 5 years ago • 0 comments

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.CodeNode so that completers can figure out what parameter is at the cursor

Prince781 avatar Jan 11 '20 18:01 Prince781