Is there a way to add a Common|All interface on the autocomplete dropdown list so that people can easily hide all Linq and obscure methods?
Is there a way to add a Common|All interface on the autocomplete dropdown list so that people can easily hide all Linq and obscure methods?
Hi David,
Sorry, our WPF and Silverlight SyntaxEditors have that feature where you can add filters, tabs, etc. but the WinForms version doesn't.
You can however manually update the items that will show in the member list prior to it showing. There is a topic in the .NET Languages Add-on documentation telling how to do that.
Please log in to a validated account to post comments.