OWScript icon indicating copy to clipboard operation
OWScript copied to clipboard

Completions / Hover Text for Overwatch tokens

Open adapap opened this issue 6 years ago • 0 comments

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.

adapap avatar Aug 13 '19 21:08 adapap