问题描述
有时候我浪费我的时间寻找一个对象在运行时的值。
当然,你,都知道这个任务 - >打开快速监视查看和浏览的属性,直到你找到你要找的东西。
sometimes I waste my time searching for a value in an object at runtime.
Certainly you-all know this task --> open the QuickWatch view and browse through the properties until you find what you're looking for.
我在找一个工具/加载项/扩展那里可以搜索对象的值。
快速监视视图搜索增强将可圈可点:)
I'm looking for a tool/add-in/extension where it is possible to search for a value in object.
The QuickWatch view with a search enhancement would be perferct :)
SB。知道一个工具?
sb. knows a tool?
谢谢!
推荐答案
其实,我写了一个商业扩展到Visual Studio(称为 BugAid)已经做了你要问什么了 - 这是一个快速监视视图搜索增强,因为它取代了Visual Studio的快速监视其自身的快速监视窗口具有的:
Actually, I wrote a commercial extension to Visual Studio (called "BugAid") that does exactly what you're asking for - it's a "QuickWatch view with a search enhancement", as it replaces Visual Studio's QuickWatch with its own QuickWatch window that has a search box:
这篇关于搜索一个值中的对象在运行时[快速监视增强]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!