FunnyCode
This is my first vscode extension aside from my custom theme.
This is a custom animation based on "Power Mode" extension.
The visual of this extension was heavily inspired by jotson Ridiculous Coding. But I had to reduce the amount of effects a bit.
Example
Here is a little example of how it looks when you write your code in the editor.
Known Issues
When you write to close to the bounds of the editor panel, the animation is out of bounds, so you won't see it.
However in most cases you'll be writing your code in the middle of the editor, so I didn't care much about fixing it.
Extension Settings
funnycode.enabled
can be set to true
or false
in order to enable or disable this extension on demand.
A command can also be executed in order to change this setting. Search for "Toggle Funny Code" and it will toggle the setting on or off.
funnycode.cursor
can be set to true
or false
in order to enable or disable the cursor decoration.
The cursor is a "target" marker spawned at the cursor position.
funnycode.grayscale
can be set to true
or false
in order to enable or disable the grayscale mode.
Grayscale mode replaces the random color or each character with a grayscale color.
How to install
You can download a VSIX Release file and install it through the extensions panel.
Press the options button ("...") and click "Install from VSIX".
You can also check the Marketplace for this extension
Other
I hope you have fun with this extension.
You can also download and modify it yourself if you want to.