Skip to content

alper-mf/vscode_extension_ascii_code_divider_frame

Repository files navigation

ASCII Code Divider

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

  1. Select a text in your code.
  2. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
  3. Choose the "Create ASCII Frame Code Divider" command.
  4. 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

  1. To install the extension in VS Code, open the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).
  2. Search for "ASCII Code Divider" and install it.

Contribution

  1. Clone this repository (git clone https://github.com/alper-mf/vscode_extension_ascii_code_divider_frame.git).
  2. Open a terminal in the project directory and run npm install to install the necessary dependencies.
  3. Make your changes and ensure that the tests pass.
  4. Create a pull request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published