DEV Community

Cover image for My first VSCode Extension
Jun Santilla
Jun Santilla

Posted on • Updated on

My first VSCode Extension

It is my first VSCode Extension and one of my first projects since I started to explore Software development after being a WordPress Developer for almost five years.

Extension name is Code Typewriter Effect. This VSCode extension adds a typewriter effect to your code when activated. It is straightforward and easy to use.

Usage

To use this extension, follow these simple steps:

  1. Open the file you want to apply the typewriter effect to in your Visual Studio Code editor.
  2. Press Ctrl + Shift + P or Command + Shift + P on Mac to open the Command Palette.
  3. Select Code Typewriter Effect from the available options in the Command Palette.
  4. The typewriter effect will be applied to your code instantly.

Features

More features soon!

https://marketplace.visualstudio.com/items?itemName=junsantilla.code-typewriter-effect&ssr=false#overview

Top comments (0)