-
23.3.0 — Added the Rego language by Alessio Fiorentino and changed the activation event for better startup speed.
-
23.2.0 — Added the Zig Language support.
-
23.1.0 — Hopefully the problem that happened in the installation is resolved. #28
-
23.0.0 — Added the optional setting for the new lines generated after a comment by DL1NSA
-
22.0.0 — Renaming the Section comment to Title Comment and Line Comment to Separator Comment for better naming of these concepts. — Now supports international characters for titles like é or ز. — Supports PineScript :)
-
21.1.0 — Now moving the cursor to the end of title after renaming.
-
21.0.0 — New icon :)
-
20.3.0 — This version is mostly bug fixes. The comment detection system in editing the comment was broken and is now fully fixed. Also the comment editor now detects the ornament and preserves it so it will be only editing.
-
20.2.0 — An option in the settings (set to true on default) to only render ornaments in the root level.
-
20.1.0 — This version brings a much much better one line version of the comment for languages like C, HTML and CSS.
This version is a complete (yes complete!) rewrite of the whole extension. The extension is now written in a really clean TypeScript code base. Now is built on top of the Visual Studio Code Web Extension API and therefore works on web! And is way more customizable then before.
This means from this version you can edit your existing comments!
The whole things is now much much more clean. After years of using and applying Comment V to my life and writing more than a 100 code bases with it, I've applied what I've learned to the new version. There are now only two comment types: Title Comment and Separator Comment. All the others were shiny objects that in time were obsolete and useless to the actual projects.
I'm going to bring more and more language features on the comments. Probably decorations for them and the code is now more clean and can be easily ported to other editors if someone is up for it.
Also the previous version is available for download in the GitHub releases if you miss it and want it back.
Really hope you like this one :)
-
11.0.2 — Support for SCSS added.
-
11.0.1 — Support for Terraform added.
-
11.0.0 — A big update:
Added native settings in the VS Code Settings
Added a fancy mode where you can have a signature or ornament at the end of your comments.
A new system of width computation where the comment is included and they are exactly 80 or 65 in width.
Added Fixed many problems in the previous version (I was lucked out of the vsce so sorry for the delay). -
10.1.0 — Fixed the problem with Dockerfile, CPP, Arendelle, Processing, Java, C and ...
-
10.0.0 — From this version all comments are titled with all caps, and are not sensitive. This enables more codes to use Comment and probably easier integration.
If you wish to have the previous mode, you can have the"comment": { "legacy": true }
within yoursettings.json
-
7.1.1 — Peggy support added.
-
7.0.7 — Solidity support added.
-
7.0.6 — Dockerfile is now supported
-
7.0.5 — Rust Pest Language Added
-
7.0.6 — Rust changed to sensitive
-
7.0.5 — WebAssembly Text Format Added
-
7.0.3 — Languages V, Rust and Dart got added.
-
7.0.2 — Added the Ohm language
-
7.0.1 — nix language added by @worldofspace. (sorry for the late release...)
-
7.0.0 — This is a big release. The engine is now tailored to be more flexible and generate really better comments for Python and similar indentation-sensative languages.
-
6.1.0 — A problem with Separator comments regarding the spacings was fixed and also based on a request six new characters are now accepted on the comment text:
-
,+
,:
,@
,?
, and!
-
6.0.0 — After a lot of requests... It now supports Multi separator comments! So languages like C, CSS, HTML, XML... are all now supported!
-
5.0.1 — GLSL Language Support Added.
-
5.0.0 — Reverse Title Comments are now supported.
-
4.0.6 — SQL language is now supported.
-
4.0.5 — Jison Language is now supported.
-
4.0.4 — yUML language is now supported.
-
4.0.3 — Nearley.js language is now supported.
-
4.0.2 — PEG.js language is now supported.
-
4.0.1 — Supporting Uno and Fish languages.
-
4.0.0 — Now having the awesome context menus.
-
3.0.10 — Separator comment improvements.
-
3.0.7 — YAML is now supported.