GithubHelp home page GithubHelp logo

mcruas / better-comments Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aaron-bond/better-comments

0.0 2.0 0.0 199 KB

Home Page: https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments

License: MIT License

TypeScript 100.00%

better-comments's Introduction

Better Comments

The Better Comments extension will help you create more human-friendly comments in your code. With this extension, you will be able to categorise your annotations into:

  • Alerts
  • Queries
  • TODOs
  • Highlights
  • Commented out code can also be styled to make it clear the code shouldn't be there
  • Any other comment styles you'd like can be specified in the settings

Annotated code

Configuration

This extension can be configured in User Settings or Workspace settings.

'better-comments.multilineComments': true This setting will control whether multiline comments are styled using the annotation tags. When false, multiline comments will be presented without decoration.

better-comments.tags The tags are the characters or sequences used to mark a comment for decoration. The default 5 can be modifed to change the colors, and more can be added.

[{
  `tag`: '!',
  `color`: '#FF2D00',
  `strikethrough`: false
},{
  `tag`: '?',
  `color`: '#3498DB',
  `strikethrough`: false
},{
  `tag`: '//',
  `color`: '#474747',
  `strikethrough`: true
},{
  `tag`: 'todo',
  `color`: '#FF8C00',
  `strikethrough`: false
},{
  `tag`: '*',
  `color`: '#98C379',
  `strikethrough`: false
}]

Supported Languages

  • Ada
  • C
  • CoffeeScript
  • CSS
  • C++
  • C#
  • Dockerfile
  • Elixir
  • Erlang
  • F#
  • Go
  • GraphQL
  • Groovy
  • Haskell
  • Haxe
  • Kotlin
  • Java
  • JavaScript
  • JavaScript React
  • LaTex
  • Less
  • Lua
  • Makefile
  • Objective-C
  • Objective-C++
  • Perl
  • Perl 6
  • PHP
  • PL/SQL
  • PowerShell
  • Python
  • R
  • Rust
  • Ruby
  • Sass
  • Scala
  • SCSS
  • ShaderLab
  • ShellScript
  • SQL
  • Swift
  • TypeScript
  • Visual Basic

better-comments's People

Contributors

aaron-bond avatar bekorn avatar thewhoareyouperson avatar tobiasbales avatar pwelby avatar therustyknife avatar

Watchers

James Cloos avatar Marcelo Ruas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.