- Enabling Better Comments to run within VSCode for the Web (3c4a6ac). Massive thanks to tanhakabir
- Adding built in support for all languages (e1373bf). Massive thanks to edgardmessias
- Version bumped all dependencies
- Language support is now driven from configuration files. This means that if you have an extension which informs VSCode about a language, Better Comments will know about it too!
- Problems are likely to arise with this change, but it allows a lot more users to benefit from Better Comments without needing an explicit update for the extension adding support.
With version 3.0.0 comes the addition of the support button on the Github page for Better Comments
If you feel my work on this extension has earned me a coffee, that's the place to do it!
Thanks!
- Adding Bold, Italic, and Underline (e41ccc4), closes #50. Massive thanks to Fr33maan
- Adding XML support
- Adding BrightScript support
- Adding Markdown support (54e51fb), closes #91
- Adding Apex support (301644e), closes #143
- Adding GenStat support (a14e24c), closes #149
- Adding ColdFusion support (9e2a4be), closes #135
- Supporting remote development, closes #147. Thanks mjbvz
- Adding Elm support, merges #146. Thanks ChristianPredebon
- Adding Stylus support (a57ad30), merges #112. Thanks vednoc
- Adding ASCIIDoc support (60a5f5f), closes #107
- Fixing single line CSS comments(469a93f), closes #109
- Fixing support for multiline Haskell comments (498016a), closes #102
- Block comments for lots and lots of languages. Please raise a bug or feature request if I've missed any!
- Added support for HTML
- Added support for Twig
- Added support for Puppet
- I decided a major version release was appropriate for this one as it's a pretty huge set of changes in terms of how the extension functions
- It's now possible to add block comment formatting for any new languages as required. Sorry it took so long!
- Adding support for Bibtex/Biblatex (d1f06b6), thanks to JavierReyes945, merges #96
- Adding support for Verilog HDL (b368b17), closes #84
- Updating README to reflect actual styntax better (71f9019), merges #77
- Messed up the incrementing of the version on this one with the gdscript merge so just pushing this as 1.2.7 for convenience
- Adding new property for tags: backgroundColor (3e7a188), closes #66
- default:
transparent
- default:
- Adding support for: PlainText (27ff774), closes #39
- PlainText support must be turned on in the settings:
highlightPlainText
- PlainText support must be turned on in the settings:
- Adding support for: Vue.js (2b14d2e), closes #71
- Adding support for: nim (73a55f6), merges #68
- Adding support for: HiveQL and Pig (e1653ef), merges #63
- Fixing support for SCSS (2b3919f), closes #60
- Fixing Python to prevent first line of the file being detected as a comment,
(438e0a6), closes #61
- Adding support for: JSON with comments (6f0b330), closes #51
- Adding support for: AL (de86410), closes #54
- Adding support for: TypeScript React (.tsx) (e884b37), closes #56
- Fixing logic to run the decorations properly when switching back from an unsupported language (756e0e0), closes #47
- Fixing decoration of strikethrough on multiline comments to start in the correct location (c4372e7), closes #46
- Adding support for: Clojure, Racket, Lisp (88e0720), merges #40
- Adding support for: Yaml (e9f40a0), merges #37
- Adding support for: Pascal (655f61f), closes #41
- Adding support for Julia (1b24ce1)
- Fixing comment detection when tabs are used to start the comment (2f08fb9), closes #25, thanks to bekorn
- Adding multiple new languages (586f325), thanks to Jooseppi12
- Adding support for MANY languages (0e7eab9), closes #8, #9
- Adding customisable comment annotation indicators, closes #11
- Fixing an issue where multi-line comments would not be detected if preceded by some indentation (c36821b)
- Adding language support for
Go
Thanks to pwebly for both of these additions :)
- Adding language support for
C
(thanks to TheWhoAreYouPerson) (6f3b852) - Adding support for multiline comments (special thanks to kurozael for the suggestion and help implementing) (cc82fca)
- Also adding contribution point for this: multilineComments: set this to false to disable
- Adding new comment type contribution point: highlightColor (07bd22f)
- Fixing issue where comment format conflicts with linters expecting a space after initial
//
(special thanks to TobiasBales)
- Added TravisCI config to run unit tests on check in (bd4b7b2)
- Updated README and demo image to show new comment type (0cbbccb)
Initial release to VSCode marketplace