Supercharge your Visual Studio environment with the power of Emmet! Effortlessly expand abbreviations into complex HTML/XML and CSS code snippets. Streamline your web development process and elevate your coding efficiency like never before.
- Emmet Abbreviations: Rapidly expand abbreviations into complete HTML/XML and CSS structures.
- Common Functions: Helps with common web development workflows.
- User Customization: Tailor your Emmet experience with options to enable/disable specific languages, advanced functions.
- Download the latest release from the Releases page or the Visual Studio Marketplace.
- Open Visual Studio.
- Navigate to
Extensions
>Manage Extensions
. - Install the downloaded package.
To use EmmetVS, follow these steps:
- Enable the extension via the Options page:
Tools
>Options
>EmmetVS
. - When writing Emmet expressions, remember to press the designated hotkey,
Ctrl + E
, before entering your abbreviation. - Continue typing your abbreviation, and EmmetVS will expand it into the corresponding HTML/XML or CSS code snippet.
- For additional customization, you can modify Emmet snippets or add/remove supported file types for each snippet language.
If you find this project useful, consider supporting it by buying me a coffee. Your support is greatly appreciated!
Contributions are welcome! If you have a feature to propose or a bug to fix, create a new pull request.
This project is licensed under the MIT License.
This project is inspired by and built upon the foundational concepts of the Emmet project.
Experiencing issues? Please raise an issue on this repository. For a detailed guide and FAQs, consider checking our wiki.