C# IDE - commenting / uncommenting
- From: "Zytan" <zytanlithium@xxxxxxxxx>
- Date: 28 Mar 2007 11:01:48 -0700
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
.
- Prev by Date: Re: Easily set TopMost for all forms in a project?
- Next by Date: Re: What Impact Do Static HashTables and Classes have on the CPU?
- Previous by thread: Configuration Manager
- Next by thread: Re: Access web page without IEXPLORE.EXE
- Index(es):