304NotModified / vscode.mint-it

vscode comment highlighter : just comment it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Mint it

GitHub issues
vscode comment highlighter : just comment it

previous known as

Trepid ink


trepid-ink is the predecessor of this comment highlighter mint-it
trepid-ink is deprecated

Features

Custom comment highlights:

This extension contributes the following settings:

  • mint-it.delay:
    Delay it takes to style the comments
    NOTE: Do not set it on 0!
  • mint-it.comments:
    All / Block / Single / JSDocs / None
    Sets which comments you want to highlight
  • mint-it.tags:
    The "style" can have all vscode theming
    NOTE: tags are not case sensitive
    "mint-it.tags": [
      {
        "style": {
          "color": "#6bf7f7"
        },
        "tags": [
          "NOTE",
          "INFO"
        ]
      },
      {
        "style": {
          "color": "#ff893a"
        },
        "tag": "TODO"
      },
      {
        "style": {
          "color": "#ff3333"
        },
        "tag": "FixMe"
      }
    ]

Supported languages

  • C
  • CPP / INO / C++
  • C Sharp / C#
  • CSHTML / ASP .NET Core Razor
  • CSS
  • Dockerfile
  • Go
  • GraphQL
  • Java
  • JavaScript / JS
  • JavaScriptReact / JSX
  • Jsonc
  • Kotlin
  • Less
  • PHP
  • Python
  • Sass
  • Scss
  • TypeScript / TS
  • TypeScriptReact / TSX
  • Vue
  • YAML

Examples

mint-it-ts
mint-it-js
mint-it-css
mint-it-cpp
mint-it-css

About

vscode comment highlighter : just comment it

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 90.1%Language:C++ 4.0%Language:HTML 2.7%Language:JavaScript 2.0%Language:CSS 1.2%