ASCII Code Divider Frame is a Visual Studio Code extension that helps you better organize your code by creating clear distinctions between comments and headers. It allows you to surround your headers with stylish ASCII frames, dividing your code and enhancing readability. With this extension, you ca
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ASCII Code Divider is a Visual Studio Code extension that enhances code readability by creating clear distinctions between comments and headers. This extension allows you to surround your headers with stylish ASCII frames, making your code more organized and easier to understand.
Features
Automatically converts selected text into an ASCII frame.
Highlights headers and descriptions with frames.
Improves readability and code organization.
Usage
Select a text in your code.
Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
Choose the "Create ASCII Frame Code Divider" command.
Enter your description in the input box and press ENTER.
The selected text, along with your description, will be transformed into an ASCII frame and will appear in your code.
Example
/*
╔══════════════════════════════════════╗
║ YOUR EXAMPLE TITLE HERE STARTING ║
╚══════════════════════════════════════╝
*/
Installation
To install the extension in VS Code, open the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).
Search for "ASCII Code Divider" and install it.
Contribution
Clone this repository (git clone https://github.com/alper-mf/vscode_extension_ascii_code_divider_frame.git).
Open a terminal in the project directory and run npm install to install the necessary dependencies.