Skip to content

andywang425/vscode-scriptmonkey

Repository files navigation

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

Metadata highlight

  • Css in GM_addstyle

GM_addstyle highlight

Completion

  • Metadata

Metadata Completion

  • Code

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