Can I enable the "Comment out the selected lines" feature for working on text files in Visual Studio 2008 or 2010? I'd like the ability to use that function on files other than normal code related files. When I open a TXT file the comment and un-comment buttons are disabled. Is there a way to change that?
Thanks
Clarification: I use this text file to hold instructions for another program. Each Line holds one instruction. Sometimes I need to comment out blocks of instructions at a time. We use the "//" characters to accomplish this.