Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oviniciusfeitosa/284b890b825e6e55ca379d3703b88e1b to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/284b890b825e6e55ca379d3703b88e1b to your computer and use it in GitHub Desktop.
Activate PowerMode on Visual Studio Code (VSCode)

Activate PowerMode on Visual Studio Code (VSCode)

To activate this "blow" effects on cursor when typing, you will need to install PowerMode Plug-in.

demo

Visual Studio configs

So, if you like some steps, take this 😄 :

  • Install Power Mode plug-in on VSCode Extensions MarketPlace.
  • Activate the powermode
{
    ...
    "powermode.enabled": true,
    "powermode.presets": "flames",
    ...
}
  • Done!

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment