yamachu / workflow-script-highlighter

Other
4 stars 0 forks source link

Provides more powerful suggestions, like displaying of type information #3

Open yamachu opened 2 days ago

yamachu commented 2 days ago

Currently, only the existence of the field is known. It would be better if we could have a code completion experience like when editing a TypeScript file.

It would also be useful to be able to jump to type definitions such as context, so we would like to make effective use of the completion items provided by TypeScript.

yamachu commented 2 days ago

https://code.visualstudio.com/api/language-extensions/programmatic-language-features#provide-diagnostics https://code.visualstudio.com/api/language-extensions/programmatic-language-features#show-definitions-of-a-symbol