Z
Zytan
Ctrl+E, C and Ctrl+E, U will comment and uncomment out multiple
lines. However, it has two issues:
1. It will not include the // for empty lines, which makes it hard to
'see' that one group is altogether commented out. Since programmers
very often use spaces to improve readability, this happens often.
2. It converts tabs into spaces. I default to using tabs. This is
not so bad if you uncomment with the shortcut (or button) since it
replenishes the tabs. But, if you do it manually, you're stuck with
spaces. I've finally determined where those damn spaces are coming
from.
Are there any solutions to these issues?
Zytan
lines. However, it has two issues:
1. It will not include the // for empty lines, which makes it hard to
'see' that one group is altogether commented out. Since programmers
very often use spaces to improve readability, this happens often.
2. It converts tabs into spaces. I default to using tabs. This is
not so bad if you uncomment with the shortcut (or button) since it
replenishes the tabs. But, if you do it manually, you're stuck with
spaces. I've finally determined where those damn spaces are coming
from.
Are there any solutions to these issues?
Zytan