Added single line comment shortcut (#20185)

* Update index.md

* added verbiage specifying comment hotkeys are only in some editors
This commit is contained in:
Talia Kaplanian
2018-10-28 12:44:32 -04:00
committed by Christopher McCormack
parent e06a3d3e36
commit 825751e04b

View File

@ -20,6 +20,8 @@ To create a single line comment just add two `//` forward slashes before the tex
// This is how single line comment looks like
```
In some editors you can comment out multiple lines or a large portion of code with single line comments by selecting the code, holding the `command` key, and then pressing the `/` forward slash key.
#### 2. Multi Line Comment
To Create a Multi line comment wrap the lines in between `/*` line goes here `*/`