-
Notifications
You must be signed in to change notification settings - Fork 0
Costumization
Amadej Glasenčnik edited this page Dec 23, 2023
·
1 revision
Customizing EmmetVS to match your coding preferences is simple and convenient. You can edit settings for snippets, supported file types, and filters by following these steps:
- Open Visual Studio.
- Navigate to
Tools
>Options
>EmmetVS
for access to the customization options.
In the EmmetVS
options, you will find the following customization sections:
- Snippets: Configure EmmetVS snippets for different programming languages.
- Supported File Types: Define the file types for which Emmet expansion is supported.
-
Filters: Customize the behavior of filters, including HAML, HTML, Escape (
e
), Comment Tags (c
), XSL Tuning (xsl
), Single Line (s
), and Trim Line Markers (t
).
By editing these settings in the Tools
> Options
> EmmetVS
menu, you can fine-tune EmmetVS to enhance your coding experience according to your preferences.
This documentation is based on the concepts and ideas of Emmet.
For the source code of EmmetVS, please visit the GitHub repository.