Pro XAML ToolboxIt's like the standard Visual Studio Toolbox but much better. Currently supporting .NET MAUI. WPF, & WinUI support coming soon - maybe. A Rapid XAML Toolkit experiment. If/when this ships beyond an experiment/preview, it will be moved to that project and repository. What?A Visual Studio extension that adds a new tool window. It's a cross between Visual Studio's Toolbox and the ability to use smart snippets. There are 2 ways of using it: You can drag items onto the editor and get a much richer snippet. Or, you can double-click on an item, and it will be added in the editor where the cursor is positioned.
Not bad for only 3 [double-]clicks. Just imagine how many keystrokes that saves you! It doesn't (& cant) do everythingLook at the above code, and you'll see that it's not 100% how you'd want in your code. This is intentional. It doesn't know what name you might want to give your However, it's easier to change placeholder values than write everything from scratch. It's also easier for people who don't know what properties are available (or should be set). It's configurable!Yes, you can choose between common preferences for coding style and requirements. Options:
Only does what's necessaryThe XAML it adds to the file isn't ideally formatted. This is by design. There are other tools (XAML Styler is recommended) that can format your code how you want it. Recreating this functionality wouldn't be a good use of my time. Just like it isn't a good use of your time to type all of your XAML. Why?Because you should have better uses for your time than typing all your XAML! Feedback wantedThis extension is being released as a preview. Please open issues with comments, feedback, suggestions, etc. |