Skip to content

cotrComment

Creates a comment

Aliases:

  • cotrComment
  • comment
  • note

cpp

// Your comment here

csharp

// Your comment here

dart

// Your comment here

go

// comment

haskell

-- Your comment here

java

// Your comment here

javascript

// Your comment here

kotlin

// Your comment here

markdown

<!-- Your comment here -->

perl

# Your comment here

php

// Your comment here

powershell

Terminal window
# Your comment here

python

# Your comment here

r

# Your comment here

ruby

# Your comment here

rust

// comment

scala

// Your comment here

shellscript

Terminal window
# Your comment here

swift

// Your comment here

typescript

// Your comment here

typescriptreact

{/* Your comment here */}