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
javascript snippets syntax-highlighting tampermonkey userscript violentmonkey visual-studio-code vscode vscode-extension

Scriptmonkey

A simple userscript language support extension which provides syntax highlight, completion, hover, and code snippets.

Most features of Scriptmonkey activates only when filename ends with .user.js by default to prevent polluting non userscript files. You can modify the extension settings to make Scriptmonkey work in other javascript files.

Features

Syntax highlight

Metadata highlight

GM_addstyle highlight

Completion

Metadata Completion

Code Completion

Hover

Code Hover

Code Snippets

Type userscript to generate a userscript template. You can modify the default values of some meta data keys in the extension settings.

Code Snippets

Release Notes

Please check CHANGELOG.

License

MIT

Special Thanks