- ago
For ease of testing out new code, (dropping in and out new code quickly without doing massive deletes), would it be possible to create a function to highlight a block of code, right-click, and "inactivate" multiple lines of code?

Probably evidence of an inexperienced coder, but I think it would safe time not having to comment out (or delete the "//" to add back) large blocks of code line by line.
1
575
Solved
2 Replies

Reply

Bookmark

Sort
- ago
#1
It's a built in feature of the Editor which corresponds with Visual Studio's shortcut.

1. To comment a selected block, strike Ctrl-E first, then quickly type C.
2. To uncomment a selected block, strike Ctrl-E first, then quickly type U.
1
Best Answer
- ago
#2
thanks Eugene! Amazing!
0

Reply

Bookmark

Sort