WinForms Designer Extension for VS Codewinform-designer-darktheme-test.git A Visual Studio Code extension that provides a visual designer for Windows Forms applications targeting .NET 8. hobby project open source free(diy) Features
it may have bugs for serious development by using it not recommended use by own your risk!!! Installation
Usagecreate new project by commandline /terminal of vs code dotnet new winforms -n MyWinFormsApp -f net8.0 cd MyWinFormsApp
Supported Controls
Keyboard Shortcutsenter key to generate name ,event method after input Requirements
Known Issues
How to Use Create a new folder for your extension Add all the files with the provided content Open the folder in VS Code Run npm install to install dependencies Press F5 to launch a new Extension Development Host window In the new window, create a new folder and use the "Create New WinForm" command This extension provides a complete WinForms designer experience within VS Code, with two-way synchronization between the visual designer and the code. |