Comment and Uncomment
It is a common situation when it is required to comment out some functionality block of a code to have a clear understanding what it does. Instead of doing it manually for each line, in The Welkin Suite, you can use the Comment feature. To remove an unnecessary or out-of-date comment use the same action one more time.
These options are available from the context menu in the editor, via the Cmd+/ hotkey, or from the Main menu: Edit ⇒ Format ⇒ Toggle Line Comment(s)
.
The Welkin Suite will add / /
at the beginning of each line from the selected block and mark the whole block in gray color. This part of the code will be ignored during execution.
NB: Remember to update comments when you update the function.
In this section: |
This also may be useful: |
Last modified: 2018/01/30 16:05