David Poeschl
David Poeschl
Rename works as expected in this standalone example (on the current `master` bits) ``` C# class C { private System.Func m_callback; // rename to "_callback" void M() { if (!m_callback(new...
Just tested against VS 2015 RTM, and the rename works as expected there too. You mean that the current `codeformatter` release uses a pre-RTM version of Roslyn? I don't remember...
@SamB @jaredpar @terrajobst There are a couple tricky cases, if you're starting the process from the syntax tree: 1. In regular code (no comments), then we just need to look...
@SamB Is there a reasonable use case for significant trailing whitespace in documentation comments? I can definitely see a use case for significant trailing whitespace in VB XML literals.
Tag @jmarolf
Scrolling can change one that was properly reserving space and cause it to do this.
@sharwell I believe you can create a [`CrispImage`](https://msdn.microsoft.com/en-us/library/microsoft.visualstudio.imaging.crispimage.aspx) with a `Moniker` chosen from [`KnownMonikers`](https://msdn.microsoft.com/en-us/library/microsoft.visualstudio.imaging.knownmonikers.aspx?f=255&MSPPError=-2147217396) to get the same icons used in the product, and they'll scale well to high dpi,...
@sharwell I'm not sure what you mean. The types I mentioned are public and in the SDK.
@drewnoakes It's not an official doc, but this explains it: https://stackoverflow.com/a/38263209
I'd like to +1 on revisiting this. I'm trying to write a classifier that shows the nullability status of a local as it travels through a method. I'm using the...