microsoft / VSExtensibility

A repo for upcoming changes to extensibility in Visual Studio, the new extensibility model, and language server protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI Designer and Styling Support/Doc

shaggygi opened this issue · comments

This is probably more of a Visual Studio request than extensibility, but when or how do you use the WPF designer to see the UI when developing. It is difficult to code up and wait to spin up and debug in VS instance.

Would also be nice to see more doc details on how to setup the styling for all common controls to work with the theming.

Found this... https://learn.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.shell.vsresourcekeys?view=visualstudiosdk-2022

Was not successful with GroupBox or ToolBar yet.

Thx

Regarding

how do you use the WPF designer to see the UI when developing

my usage pattern when developing Remote UI xaml is to do as much prototyping as possible of the UI in a standalone WPF application then move the xaml to the extension and add the VS styles (I use the page you liked as reference myself). We don't currently have any plan to share regarding allowing previewing of Remote UI xaml.

Regarding toolbars, we are currently looking into adding the ability to add one VS toolbar (declared like this) to Visualstudio.Extensibility tool windows.

I will leave this open as a request for better documentation for the Visual Studio styles