microsoft / xaml-designer-extensibility

Extensibility sample code for the Visual Studio XAML Designer
MIT License
67 stars 29 forks source link

Lightbulb in custom controls? #20

Closed arivoir closed 4 years ago

arivoir commented 4 years ago

We are interested in showing the lightbulb popup in our controls, as it is present in MS controls

image

Is it possible? How are the properties appearing there specified?

koljaka commented 4 years ago

Currently our team is working on extensibility for "XAML Suggested Actions". We will keep you updated.

arivoir commented 4 years ago

Is this released? I updated nuget package Microsoft.VisualStudio.DesignTools.Extensibility to latest version 16.6.30107.105 and SuggestedActionProvider doesn't seem available

koljaka commented 4 years ago

This feature is available only in Preview Channel starting from 16.7 Preview 3. Please manually reference "Microsoft.VisualStudio.DesignTools.Extensibility.dll" and "Microsoft.VisualStudio.DesignTools.Interaction.dll" from "[VisualStudio_16.7_Preview3_install_folder]\Common7\IDE\PublicAssemblies"

arivoir commented 4 years ago

Will it be available in the nuget package soon?