cotrCommentMulti
Creates a multi-line comment
Aliases:
- cotrCommentMulti
- multiLineComment
- commentMultiLine
- blockComment
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
=beginYour comment here=end
php
/* * Your comment here */
powershell
<#Your comment here#>
python
'''Your comment here'''
r
comment
ruby
=beginYour comment here=end
rust
/* * comment */
scala
/* * Your comment here */
shellscript
: <<'END'Your comment hereYour comment hereYour comment hereEND
swift
/* * Your comment here */
typescript
/* * Your comment here */
typescriptreact
{/* Your comment here Your comment here Your comment here*/}