Roslyn: Proposal: better editor support for commented code

Created on 19 Sep 2016  路  3Comments  路  Source: dotnet/roslyn

Commented code is text without any intelisense support, just text without any meanings.
There is need for some intelisense support for commented code like hover tips, Go To Definition and other what's possible

Area-IDE Feature Request

Most helpful comment

So you're asking that the compiler start to parse into comments just in case they might contain code? The vast, vast majority of comments won't contain any code so it sounds like an expensive way to waste time.

I'd recommend source control. Then commenting out blocks of code becomes unnecessary.

All 3 comments

So you're asking that the compiler start to parse into comments just in case they might contain code? The vast, vast majority of comments won't contain any code so it sounds like an expensive way to waste time.

I'd recommend source control. Then commenting out blocks of code becomes unnecessary.

@HaloFour

It won't be high cost to discard all non-code from comments, and source control is defitelly much less usefull. I just want to quickly get some informations about types / function without un-commenting,, read information, then recommenting. Don't think it is difficult to understand.

This is not likely something that we will do.

Was this page helpful?
0 / 5 - 0 ratings