-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Add autocompletion (Ctrl-Space) for the following things:
- attributes, templates and functions: given
foo(bar) ::= << ... >>,<Ctrl-Space →foo(),bar,first(),length(), etc. - options:
<foo; forCtrl-Space →format;<foo;Ctrl-Space →separator,format,null, etc. Maybe it could also insert the trailing= - other reserved words in their respective contexts
Reactions are currently unavailable