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.
- 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.
- HTML
- XML
- PHP
- Blade
- EJS
- Jinja
- JavaScript
- JavaScript React (JSX)
- TypeScript
- TypeScript React (TSX)
- Plaintext
- Markdown
- Vue
- Liquid
- ERB
- CFML
- Python
- And more...
-
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.
- Download the latest
-
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.
- Open a file in one of the supported languages.
- Start typing an opening tag (e.g.,
<div>
). - The extension will automatically insert the corresponding closing tag (e.g.,
</div>
).
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.
This extension is licensed under the MIT license..
For questions or feedback, please contact support@codegyan.in.
Thank you for using Auto Closing Tags! We hope it enhances your coding experience.