🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

Better Comments IDE Extension

Package Overview
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry
This package has malicious versions linked to the ongoing "GlassWorm v2" supply chain attack.

Affected versions:

3.0.2
View campaign page

Better Comments IDE Extension

Improve your code commenting by annotating with alerts, informational notes, TODOs, queries, highlights, and more! Make your comments more human-friendly and organized for improved code readability.

unpublished
Open VSX
Version
3.0.5
Version published
Maintainers
0
Created
Source
Better Comments IDE Extension

Better Comments IDE Extension

VS Code Official Extension
Better Comments Preview

Better Comments helps you create human-friendly, beautiful annotations in your code!
Organize and visually distinguish your comments as:

  • Alerts
  • Queries
  • TODOs
  • Highlights
  • Commented-out code
  • Custom annotation styles (fully configurable)

Make your comments eye-catching and purposeful with custom tags and color coding.

GitHub | Marketplace | Website

Configuration

Easily customize Better Comments to your workflow through VS Code settings.

  • "better-comments.multilineComments": true
    Enable or disable tag highlighting in multiline comments.

  • "better-comments.highlightPlainText": false
    Highlight tags in plain text files if enabled.

  • better-comments.tags
    Define your own tags, colors, and decorations. Example:

"better-comments.tags": [
  { "tag": "!", "color": "#FF2D00" },
  { "tag": "?", "color": "#3498DB" },
  { "tag": "//", "color": "#474747", "strikethrough": true },
  { "tag": "todo", "color": "#FF8C00" },
  { "tag": "*", "color": "#98C379" }
]

Supported Languages

A wide range of languages are supported, including but not limited to:

Ada, C, C#, C++, Dart, Elixir, Elm, Go, Groovy, Haskell, HTML, Java, JavaScript, Julia, Kotlin, LaTex, Lisp, Lua, Markdown, MATLAB, Objective-C, Pascal, Perl, PHP, PowerShell, Python, R, Ruby, Rust, Scala, Shell, SQL, Swift, TypeScript, XML, YAML ... and many more!

You can find the full list on our GitHub or Marketplace pages.

Keywords

__web_extension

FAQs

Package last updated on 06 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts