You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: