_From @davkean on January 14, 2016 21:34_
This is tracking Add Item support including WinForms and WPF menu items:


_Copied from original issue: dotnet/roslyn#7965_
In a similar vein to #134, it would be nice if there were an option in VS to disable these framework-specific context menu items. I never use them (I use the add-item dialog instead) and all they do is waste screen real-estate and make the context menu harder to parse.
@MgSam We're looking at two things that will make this better;
Would that help?
Yes, I think all of that helps, but it still would be nice to toggle off context menu items that I'll never use. Perhaps that's a more general-VS wide feature? Being able to add/remove context menu items in the same way you can with the toolbar?
@MgSam We already have this feature, and have since VS 2010. :)
Whoops! Thanks for the clarification!
We should toggle these menus based on project capabilities https://github.com/dotnet/project-system/issues/4248.
Legacy menu items are here:
Winforms: http://index/?query=%60ECMD_ADDWEBFORM&rightProject=VisualStudio(Repo)&file=appid%5Ccmddef%5Cpkgui%5CSharedCmdDef.vsct&line=3565
WPF: http://index/?query=%60cmdidAddWPFWindow&rightProject=Microsoft.VisualStudio.WPFFlavor&file=Commands.vsct&line=91