Erik Berthold
Erik Berthold
Hi, are there any updates on this issue? I'm currently hitting the same issue in a Xamarin app. For me it seems to be a problem with the combination of...
Right now it's C# only, but I'm currently rearchitecturing code to make it easier to add other languages to the code structure view. VB in particular should be an easy...
I'm working on that too. Could take another day or two, depending on how good the migration works
Hi, finally I got the extension working under VS2022 while maintaining compatibility for VS2019. Right now the marketplace doesn't support mixed listings for 2019 and 2022. Therefore the download is...
Did some investigation into this particular issue. The IErrorList.TableControl doesn't provide the plain infos about "IntelliSense" entries when "BuildOnly" is set. I will try to get the ITableManagerProvider and register...
Issue is fixed in current pre release => http://vsixgallery.com/extension/97188178-f68c-49a6-9e5e-5fb99661bf09/ public roll-out in next release.
The new implementation of crawling diagnostics produced some problems as well. There are some dispatching issues to solve, and also some race conditions as it seems. Additionally the TableDataSources are...
Thanks for your nice feedback! I know what you mean and I will have a look into that. For myself I currently use Shift+Left Mouse for jumping directly to that...
Hi, the easiest way would be to have a look at "Solution Error Visualizer" from Microsoft DevLabs. https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.SolutionErrorVisualizer I use this extension by myself too and I'm happy with it...
Hi, thanks for your feedback. I'm happy that you like the extension. Just for clarification: Do you want to hide all messages of a specific severity, like all messages with...