Highlight of certain comments VS 2010 - 2012 C# (//x //- //+ //++ //! //!+ //!++ //? //?+ //?++ // TODO: // HACK: // UNDONE:) Type comment: //xstrikeout //-small comment //+ big comment //++ very big comment //! important comment //!+ big important //!++ very big important //? question //?+ big question //?++ very big
Highlight tokens in task list e.g.: // TODO: text-text-text // hack: text-text-text |