adapap / OWScript

Python-like scripting language which transpiles into Overwatch Workshop script rulesets.
MIT License
37 stars 2 forks source link

Completions / Hover Text for Overwatch tokens #33

Open adapap opened 4 years ago

adapap commented 4 years ago

May require the use of LSP (Language Server Protocol).

In order to prevent having to lookup the required parameters for workshop functions, the extension should be able to provide suggestions as to what arguments one might pass. This can be done with completions that fill in default values for the functions, as well as hover text which describes the purpose of each function and parameter.