Meowtrix / MoeIDE

Provide background images for the IDE.
MIT License
98 stars 21 forks source link

coudn't be used on visual studio 2022 #28

Open cns1rius opened 2 years ago

cns1rius commented 2 years ago

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

huoyaoyuan commented 2 years ago

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.

Scrxtchy commented 2 years ago

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

oneeyedreaper commented 2 years ago

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?

huoyaoyuan commented 2 years ago

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.

Scrxtchy commented 2 years ago

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 🥱

n0099 commented 1 year ago

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