You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may want to try my extension that allows to edit the userscripts of Tampermonkey at vscode.dev (which is basically a VSCode online editor).
I know this does not fix Tampermonkey's internal editor, but it might help.
To test it you have to install Tampermonkey Editors.
A click at "Tampermonkey Editors"' icon will take you to vscode.dev and a "folder" with all installed Tampermonkey scripts should be automatically opened.
Expected Behavior
Marking the whole script (or just line 3) and hitting tab should give the following auto-formatted indents:
Actual Behavior
Marking the whole script and hitting tab yields one extra indent before the last curly bracket on line 3:
Same with only var:
Note this issue does not persist at the following variations:
With semicolon:
Without var:
Specifications
The text was updated successfully, but these errors were encountered: