Beauty Prints is a simple Visual Studio Code extension that helps you quickly insert a stylized print line to make debugging easier. The extension supports JavaScript, TypeScript, Python, Dart, and Rust.
Features
Type btprint in the editor and press Enter to autocomplete a debug print line for easy identification.
The inserted line has the format:
print(f'---------- Beauty Print ----------')
Works with:
JavaScript
TypeScript
Python
Dart
Rust
Kotlin
This extension is perfect for developers who want a quick and easy way to insert noticeable print statements for debugging.
Usage
Open any supported file (JavaScript, TypeScript, Python, Dart, or Rust).
Type btprint where you want the debug line to appear.
Press Enter to insert the Beauty Print line.
Installation
Go to the Extensions view in Visual Studio Code.
Search for Beauty Prints.
Click Install to add the extension to your editor.
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests.