HTML Short Comments is an extension for Visual Studio Code that allows to improve productivity when commenting lines of code in files with comment syntax: <!-- This is a comment -->
Configuration ⚙️
This extension can be configured in the User preferences.
"htmlshortcomment.defineCharacterToReplace": string
This setting allows you to define the ending characters of a comment line for replacement, by default the default characters are//
Example 📄
"htmlshortcomment.defineCharacterToReplace": %%
The characters %% are defined to end the comment.
Este es un Comentario%% > <!-- Este es un Comentario -->