Skip to content

SAIDREXX/HTML-Short-Comments

Repository files navigation

HTML Short Comments

en es

GitHub stars GitHub Forks GitHub PRs GitHub issues GitHub Contributors

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 -->

Demo GIF

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 -->

Supported Languages 💻

  • Astro 🚀
  • HTML 🌐
  • SVG 🖼️
  • XHTML 📃
  • XML 🏷️
  • XSL 📰