Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to search the Properties Window in Visual Studio 2010?

The properties window can often become quite overwhelming with numerous items. Is there a way to search its items in Visual Studio 2010 ?

like image 605
Jelly Ama Avatar asked Jul 03 '11 15:07

Jelly Ama


2 Answers

Little late: The RapidDesign Extension has the ability to search the Designer Properties

like image 86
Frank Avatar answered Nov 09 '22 23:11

Frank


Depending on the file type, there may already be a search box on the Proeprties window. For example, for XAML documents, there is a search box (see the item about Search at the bottom). However, for C# documents, there is not, and there isn't a good way to search the properties without writing some kind of custom extension.

Edit:

Seeing as your question is about the overwhelming number of items in the properties window, have you tried switching between the Categorized and Alphabetical views of the properties? That should help minimize the number of properties you have to look at at a given time.

like image 30
Matt Avatar answered Nov 09 '22 22:11

Matt