Add fun and creative ASCII / Dot Art to your code with a single click!
This extension automatically detects your programming language and wraps the art in the correct comment syntax, keeping your code clean and error-free.
Features
Insert Built-in Art: Choose from a list of ready-to-use dot arts.
Random Insert: Feeling lucky? Insert a random dot art instantly.
Language Support: Automatically adds the correct comments for Python (#), JavaScript/TypeScript (/* */), Rust/C/C++ (/* */), HTML (``), and more.
Save Your Own Art: Highlight any text in your editor, right-click, and select "Dot Art: Save Selection as New Art" to build your own personal library!
Usage
Look for the ☺ Insert Dot Art button on the bottom right of your VS Code Status Bar.
Click it to open the selection menu.
Choose an art piece or select "Random Insert".
The art will be added to the very bottom of your current file.
How to save custom art
Go to VS Code Settings (Ctrl + ,).
Search for dotArtInCode.customFolder.
Paste the absolute path to a folder on your computer (e.g., D:\MyDotArts).
Select any text in your code, right-click, and choose "Dot Art: Save Selection as New Art".
Extension Settings
This extension contributes the following settings:
dotArtInCode.customFolder: The absolute folder path where your personal .txt art files will be saved and loaded from.
Known Issues
None so far! Feel free to report any issues on GitHub.