# MoeIDE-X **Repository Path**: dotnetfans/MoeIDE-X ## Basic Information - **Project Name**: MoeIDE-X - **Description**: MoeIDE的分支 vs插件开发 学习 练习 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-23 - **Last Updated**: 2024-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MoeIDE This extension allows you to pick a background image for the whole Visual Studio window. Available on [Visual Studio Gallery](https://marketplace.visualstudio.com/items?itemName=vs-publisher-593793.MoeIDE). Supported version: Visual Studio 2015 and above ## Preview ![Preview1](MoeIDE/Resources/preview.png) ![Preview2](MoeIDE/Resources/preview2.png) ## Usage There are three color themes with transparence provided, so many parts of IDE can be transparent. To customize the image, see Options->MoeIDE. After installing the extension, go to Options->Environment->Color Theme, and select Light Transparent, Dark Transparent or Blue Transparent to apply the embedded theme. *To customize colors, see [Color Theme Editor](https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.VisualStudio2017ColorThemeEditor).* ## Develop Requires Visual Studio **2017** to build. (for the new project format) To debug a Visual Studio Extension, use `(VisualStudioPath)\Common7\IDE\devenv.exe` and `/rootSuffix Exp` in Debug page of project properties.