LoicE5 / ECS

ECS is a Visual Studio Code extension that allows you to simply and seemlessly comment your code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECS (Easy Comments Snippets)

ECS is a simple snippets extension that allows you to easily add comments to your code with simple shortcuts. This extension currently works with HTML, CSS, JavaScript, JavaScriptReact, TypeScript & TypeScriptReact. More language will be added in the future.

I made this extension to solve a personnal issue : how to comment web languages such as HTML, CSS and JS in the same easy and fast way. If you experiment the same issue, this extension got you covered.

Features

Type the / key on your keyboard, then press tab or return, to make a comment, adapted to your actual programming language, appear.
If you type (or start typing) /up, then press tab or return, it will make a comment with arrows facing upwards appear.
In the same way, if you type (or start typing) /down, then press tab or return, it will make a comment with arrows facing downwards appear.

HTML CSS
JavaScript

Release Notes

On the version 1.1, the following languages have been added :

  • PHP
  • Java
  • C
  • C++
  • C#
  • Go
  • Python
  • JSON
  • XML
  • Markdown

You can now use the "/c" prefix to comment, in case the regular "/" prefix doesn't work fine.

About

ECS is a Visual Studio Code extension that allows you to simply and seemlessly comment your code

License:GNU General Public License v3.0