It would be really handy if we could mark commented code in two different ways.
Standard comments could be marked with the current character (' in VB). This would be used for persistent comments, those that are actual comments.
However, I often comment out code while working. It would be nice to be able to comment this differently so that I could search for obsolete code for clean-up later, similar to the way TODO's work.