The properties window can often become quite overwhelming with numerous items.
Is there a way to search its items in Visual Studio 2010 ?
The properties window can often become quite overwhelming with numerous items. Is there a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.