genius257 / vscode-autoit

AutoIt language extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=genius257.autoit
MIT License
4 stars 3 forks source link

Generate native suggestion objects once, and re-use as cached array #45

Open genius257 opened 6 months ago

genius257 commented 6 months ago

Generating the native suggestions should be done once, since it's not going to change

https://github.com/genius257/vscode-autoit/blob/9289dd27905238c8487c483b7cce5803a21d7df3/server/src/main.ts#L361-L367