Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aglasencnik/emmetvs
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.
https://github.com/aglasencnik/emmetvs
css emmet html snippets tools visual-studio vsix xml
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/aglasencnik/emmetvs
- Owner: aglasencnik
- License: mit
- Created: 2023-12-23T15:33:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-05T16:01:48.000Z (about 1 year ago)
- Last Synced: 2024-11-11T18:11:54.789Z (3 months ago)
- Topics: css, emmet, html, snippets, tools, visual-studio, vsix, xml
- Language: C#
- Homepage:
- Size: 197 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# EmmetVS
![EmmetVS Logo](https://github.com/aglasencnik/EmmetVS/blob/master/EmmetVS/Resources/Icon.png)
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.
## Features
- **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.## Installation
1. Download the latest release from the [Releases page](https://github.com/aglasencnik/EmmetVS/releases) or the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=AmadejGlasencnik.EmmetVS).
2. Open Visual Studio.
3. Navigate to `Extensions` > `Manage Extensions`.
4. Install the downloaded package.## Usage
To use EmmetVS, follow these steps:
1. Enable the extension via the Options page: `Tools` > `Options` > `EmmetVS`.
2. When writing Emmet expressions, remember to press the designated hotkey, `Ctrl + E`, before entering your abbreviation.
3. Continue typing your abbreviation, and EmmetVS will expand it into the corresponding HTML/XML or CSS code snippet.
4. For additional customization, you can modify Emmet snippets or add/remove supported file types for each snippet language.## Support the Project
If you find this project useful, consider supporting it by [buying me a coffee](https://www.buymeacoffee.com/aglasencnik). Your support is greatly appreciated!
## Contributing
Contributions are welcome! If you have a feature to propose or a bug to fix, create a new pull request.
## License
This project is licensed under the [MIT License](https://github.com/aglasencnik/EmmetVS/blob/master/LICENSE.txt).
## Acknowledgment
This project is inspired by and built upon the foundational concepts of the [Emmet](https://emmet.io/) project.
## Support
Experiencing issues? Please raise an issue on this repository. For a detailed guide and FAQs, consider checking our [wiki](https://github.com/aglasencnik/EmmetVS/wiki).