Skip to content

andywang425/vscode-scriptmonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ce574a0 Β· Apr 2, 2024

History

66 Commits
Jul 25, 2022
Jan 19, 2023
Apr 2, 2024
Mar 11, 2024
Mar 10, 2024
Aug 10, 2023
Feb 26, 2024
Jul 25, 2022
Apr 2, 2024
Jul 25, 2022
Apr 15, 2023
Mar 10, 2024
Feb 26, 2024
Apr 2, 2024
Mar 10, 2024
Jul 25, 2022
Aug 10, 2023

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