ID:2384246
 
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
When programming in Dream Maker sometimes it is helpful to comment out a line or chunk of code quickly.

I tend to do this when debugging a line of code so I don't delete the original line.

If a line of code has the text caret on it, by pressing the keyboard shortcut to comment code, it would automatically add the // to the start of the line, this can be done multiple times. To uncomment the code, pressing the keyboard shortcut to uncomment code would remove // from the start of the line if it is there.

The same applies to a chunk of code but instead of putting // it would put /* and */ at the start and end of the chunk.

A possible shortcut combination to use would be:
- Comment code with: Crtl + Shift + C
- Uncomment code with: Crtl + Alt+ C
hell, putting this in the context menu alone would be super helpful.