PolyMeilex / vscode-wgsl

VsCode Syntax highlight for WGSL files
MIT License
79 stars 8 forks source link

how to add custom keywords/apis for Autocompletion? #18

Open lslzl3000 opened 1 year ago

lslzl3000 commented 1 year ago

Thanks for this extension, works well for most cases.

For large projects, we want to expend this extension to support more keywords in Autocompletion,but I'm new to vscode extenstions, how can we add custom autocompletions in this project? e.g. support struct inner vars?

Hope I can make some contribution to the Autocompletions