https://github.com/codegyan-llc/auto-closing-tags
Auto-Closing Tags - A Visual Studio Code extension to automatically close HTML/XML tags for faster and more efficient coding!
https://github.com/codegyan-llc/auto-closing-tags
auto-closing-tags codegyan vs-code-extension
Last synced: about 1 year ago
JSON representation
Auto-Closing Tags - A Visual Studio Code extension to automatically close HTML/XML tags for faster and more efficient coding!
- Host: GitHub
- URL: https://github.com/codegyan-llc/auto-closing-tags
- Owner: Codegyan-LLC
- License: mit
- Created: 2025-01-05T17:50:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T19:17:58.000Z (over 1 year ago)
- Last Synced: 2025-02-11T04:13:42.406Z (over 1 year ago)
- Topics: auto-closing-tags, codegyan, vs-code-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=Codegyan.auto-closing-tags
- Size: 89.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Auto Closing Tags

**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., `
`).
3. The extension will automatically insert the corresponding closing tag (e.g., ``).
## 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](https://opensource.org/licenses/MIT)**..
## Contact
For questions or feedback, please contact support@codegyan.in.
---
Thank you for using **Auto Closing Tags**! We hope it enhances your coding experience.