The installation

  • In the VScode extension, search for the plug-in name Power Mode and click install.

configuration

  • When the installation is complete, clickmanagementEnter theSet up thePanel, selectThe userClick in the upper right corner after the screenOpen Settings (JSON)Write the following code

"powermode.enabled":true.// Enable the plugin
"powermode.presets":"flames".// Cursor effects
"powermode.enableShake":false.// Turn off code jitter
Copy the code

complete

Licensure FLAME effects I like to use:

There are many special effects, which are described in the plugin details page. You can choose your own special effects style. Note that the special effect name in “powermode.presets”:”flames” should start with lowercase letters. There are wavy lines for capitalized letters, but the effect is also possible.