MoeIDE
MoeIDE copied to clipboard
Visual Studio 2019
When I opened a .vb in the IDE. Visual Studio 2019 will crashed and restart. When I disable MoeIDE the issue is not present. Anyone else having this issue with this version of Visual Studio?
The issue did present on 16.4. I did some fix for 16.4. Since I'm not using it currently, I don't know it's status now.
OK. I am using 16.8.3. I wonder if there will be an update soon to MoeIDE extension? Or is there a workaround in this version of VS? I like MoeIDE very nice extension.
It injects into the visual tree of Visual Studio. So it is likely to break when VS updates internal implementation. I may debug with current version to find the issue. But there should be no guarantee about compatibility with old VS version.
I see and understand. Thanks for the update and debugging, hope you find a fix. If you need me to test in any way, let me know :-)
Hello - Any good updates on debugging with MS Visual Studio 2019 v16.8.3?
Once I have time - sorry.
Thanks! Let me know when you are ready for testing, glad to help.
Hello - Any good updates on debugging with MS Visual Studio 2019 v16.8.3?
Same here. It crashes when opening XAML files on VS 2019. ClaudiaIDE 2019 works perfectly, except that it doesn't have it's own transparent theme so some UI elements are not transparent unlike MoeIDE's.
The transparency of XAML editor is pretty hacky, since there is a WPF->WinFrom->WPF container chain. I wrote it for VS2015, and the visual tree now may have changed.