andywang425 / vscode-scriptmonkey

Userscript language support extension for vscode.
https://marketplace.visualstudio.com/items?itemName=andywang.vscode-scriptmonkey
MIT License
23 stars 3 forks source link

Extend metadata settings to autocomplete #19

Open jerone opened 8 months ago

jerone commented 8 months ago

I expected the 3 metadata (author, icon & namespace) settings to work with the autocompletion. Later I found they only work for snippets.

Would it be possible to use the settings values in the corresponding autocompletions?

andywang425 commented 7 months ago

Good idea. I'll try to implement this feature.