Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 2.31 KB

README.md

File metadata and controls

70 lines (50 loc) · 2.31 KB

Auto Closing Tags

Visual Studio Marketplace Downloads

Auto Closing Tags is a Visual Studio Code extension that automatically inserts closing tags for multiple programming and markup languages. This extension enhances your coding efficiency by reducing the time spent on manually typing closing tags.

Features

  • Automatically closes tags for a variety of languages, including HTML, XML, PHP, JavaScript, TypeScript, Vue, and more.
  • Supports popular templating languages like Blade, EJS, Jinja, and Liquid.
  • Lightweight and easy to use, with no additional configuration required.

Supported Languages

  • HTML
  • XML
  • PHP
  • Blade
  • EJS
  • Jinja
  • JavaScript
  • JavaScript React (JSX)
  • TypeScript
  • TypeScript React (TSX)
  • Plaintext
  • Markdown
  • Vue
  • Liquid
  • ERB
  • CFML
  • Python
  • And more...

Installation

  1. Install from VSIX:

    • Download the latest .vsix package from the Releases page.
    • Open Visual Studio Code.
    • Go to the Extensions view by clicking on the Extensions icon in the Activity Bar or pressing Ctrl+Shift+X.
    • Click on the ellipsis (...) in the top-right corner of the Extensions view and select "Install from VSIX...".
    • Navigate to the downloaded .vsix file and select it to install.
  2. Install from Marketplace :

    • Open Visual Studio Code.
    • Go to the Extensions view by clicking on the Extensions icon in the Activity Bar or pressing Ctrl+Shift+X.
    • Search for "Auto Closing Tags".
    • Click "Install" to add the extension to your VS Code.

Usage

  1. Open a file in one of the supported languages.
  2. Start typing an opening tag (e.g., <div>).
  3. The extension will automatically insert the corresponding closing tag (e.g., </div>).

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request on the Github.

License

This extension is licensed under the MIT license..

Contact

For questions or feedback, please contact support@codegyan.in.


Thank you for using Auto Closing Tags! We hope it enhances your coding experience.