Steve Cadwallader

Results 279 comments of Steve Cadwallader

Thanks for reporting the issue and for including your settings. I was able to reproduce it and trace it down to trailing whitespace similar (but a little different) to #310...

Thanks for reporting the issue, I have been able to reproduce it. I found this error message in diagnostics mode: > InsertFileHeaderDocumentStart must be called on the UI thread. It...

Thanks for reporting the issue and looking into it. If the API is not able to provide the elements, it makes sense that they would not be available.

Yeah, unfortunately the older EnvDTE APIs have never been super consistent.. more so for C++ than other languages like C# and VB. Also unfortunately, I haven't heard any plans about...

Thanks for reporting the issue. I wasn't able to immediately reproduce it. Can you please provide a code example? Here's the one I tried: ``` // This comment has <...

Thanks for the code sample, I can reproduce it now. It looks like it is affecting XML comments but not standard comments. Did you happen to notice if this started...

Ahh that makes sense.. thanks for the info! Would this apply to all XML special characters? i.e. ``` " &quot; ' &apos; < &lt; > &gt; & &amp; ``` Since...

Google Translate: > Vs2019 Community Edition After installing the plugin Appears to automatically delete unused using, Unable to close, did not change after uninstalling the plugin. How do I revert...

If it happens without CodeMaid being installed, then perhaps there is another extension or a configuration inside Visual Studio that is causing the behavior.