MoeIDE icon indicating copy to clipboard operation
MoeIDE copied to clipboard

Visual Studio 2019

Open linhunter opened this issue 4 years ago • 10 comments

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?

linhunter avatar Jan 25 '21 04:01 linhunter

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.

huoyaoyuan avatar Jan 25 '21 08:01 huoyaoyuan

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.

linhunter avatar Jan 27 '21 05:01 linhunter

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.

huoyaoyuan avatar Jan 27 '21 05:01 huoyaoyuan

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 :-)

linhunter avatar Jan 28 '21 04:01 linhunter

Hello - Any good updates on debugging with MS Visual Studio 2019 v16.8.3?

linhunter avatar Feb 22 '21 02:02 linhunter

Once I have time - sorry.

huoyaoyuan avatar Feb 22 '21 05:02 huoyaoyuan

Thanks! Let me know when you are ready for testing, glad to help.

linhunter avatar Feb 22 '21 05:02 linhunter

Hello - Any good updates on debugging with MS Visual Studio 2019 v16.8.3?

linhunter avatar Apr 29 '21 04:04 linhunter

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.

CarterSnich avatar Feb 21 '22 17:02 CarterSnich

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.

huoyaoyuan avatar Feb 23 '22 15:02 huoyaoyuan