MoeIDE icon indicating copy to clipboard operation
MoeIDE copied to clipboard

coudn't be used on visual studio 2022

Open cns1rius opened this issue 3 years ago • 6 comments

it coudn't be used on visual studio 2022,hope you can update it,it's very usefull!we need it

cns1rius avatar Dec 08 '21 12:12 cns1rius

I've not used this for years, and no time to maintain it. Sometimes a minor UI update of Visual Studio break this. I need someone to show that the code works with VS 2022 with little or no modification.

huoyaoyuan avatar Dec 09 '21 11:12 huoyaoyuan

I was able to get this working by simply updating the nuget packages to the latest version and applying the supplied Dark Transparent theme to the editor

image

Scrxtchy avatar Apr 18 '22 14:04 Scrxtchy

I can't find it in the integrated marketplace in 2022 version and it can't be installed from the vsix file. Here is the Install log Can you guide me through this?

oneeyedreaper avatar May 12 '22 05:05 oneeyedreaper

I intentionally does mark the supported range to exclude 17.0 and above in the manifest, since I have no time to maintain it at all. Historically it's shown that modifying the visual tree isn't reliable between minor versions.

huoyaoyuan avatar May 12 '22 09:05 huoyaoyuan

As it currently stands it removes the ability to add breakpoints by clicking on sidebar where it is expected, but they can still be added from the context menu and removed from the bulletpoint, it is very annoying 🥱

Scrxtchy avatar Jun 02 '22 02:06 Scrxtchy

Try out another extension with similar features: https://marketplace.visualstudio.com/items?itemName=kbuchi.ClaudiaIDE

To achieve the same behavior that the background displayed like "fullscreen" from MoeIDE, you'll have to go Tools-Options-ClaudiaIDE tab, enable the Layout-Expand to IDE option, then download these ready-to-use transparency theme extensions and switch Options-Environment-General-Visual Experience-Color Theme to them: Dark variant: https://marketplace.visualstudio.com/items?itemName=Jason-Zhang.darktranparencytheme Light variant: https://marketplace.visualstudio.com/items?itemName=pengweiqhca.transparency

Also you can always use these extensions to build your own theme color palette: VS2022: https://marketplace.visualstudio.com/items?itemName=idex.colorthemedesigner2022 VS2019: https://marketplace.visualstudio.com/items?itemName=ms-madsk.ColorThemeDesigner VS2015: https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.VisualStudio2015ColorThemeEditor

n0099 avatar Jan 18 '23 14:01 n0099