有没有办法在 Visual Studio 2010 中搜索“属性”窗口?

发布于 2024-11-18 12:43:53 字数 65 浏览 4 评论 0原文

属性窗口通常会因包含大量项目而变得令人不知所措。 有没有办法在 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 ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

旧人哭 2024-11-25 12:43:53

有点晚了:RapidDesign 扩展能够搜索设计器特性

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

昨迟人 2024-11-25 12:43:53

根据文件类型,“属性”窗口上可能已经有一个搜索框。例如,对于 XAML 文档,有一个搜索框(请参阅有关搜索的项目位于底部)。但是,对于 C# 文档来说,没有,并且没有一种在不编写某种自定义扩展的情况下搜索属性的好方法。

编辑:

由于您的问题是关于属性窗口中的大量项目,您是否尝试过在“分类”和“按字母顺序”视图之间切换属性?这应该有助于最大限度地减少您在给定时间必须查看的房产数量。

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.

姜生凉生 2024-11-25 12:43:53

您是在谈论“属性”还是“选项”?除非您正在处理 Windows 窗体或 WPF 项目,否则“属性”窗口中没有那么多内容。如果您要搜索“选项”,这里有一个很棒的扩展:生产力强力工具

也许您可以在此处请求一项功能(搜索属性)。

Are you talking about 'Properties' or 'Options'? Unless you're working on a windows form or WPF project, there aren't that many things in Properties window. If you're looking to search 'Options', here is a great extension: Productivity Power Tools

Maybe you can request for a feature here (to search Properties).

停滞 2024-11-25 12:43:53

我已经寻找这样的东西有一段时间了,但没有运气。

我发现的最好方法是在代码中设置属性(即在 OnLoad 事件上),因为编辑器允许通过键入部分属性名称进行搜索。

I've searched for such thing for some time with no luck.

The best way I found is to set up properties in code (i.e. on OnLoad event) as editor allows to search by typing part of property name.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文