- Support more matadata and GM APIs.
- Refactoring the entire project.
- Metadata autocomplete labels are missing
@
symbol.
- New extension setting: Completion, hover, and code snippets are only enabled in files start with
// ==UserScript==
.
- Autocomplete/Suggestions don't work in metadata.
- New extension setting: Completion, hover, and code snippets are only enabled in the files with specific suffixes.
- Support CSS highlight in GM function
addStyle
.
- Store meta data values
@author
,@icon
and@namespace
in extension configuration for auto filling in the code snippetuserscript
.
- Add some placeholders into the "userscript" code snippet to make the snippet more versatile and faster to edit.
- Add a placeholder for metadata
@license
.
- Delete the space after some metadata snippet strings.
- Support metadata completion
@license
,@copyright
,@nocompat
.
- Support highlight
GM.notification
. - Support metadata completion
@exclude
,@exclude-match
. - Support metadata
@installURL
,@contributionURL
,@contributionAmount
,@compatible
,@incompatible
.
*
in@connect
tag will be highlighted.
- Initial release