Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我经常使用 WCF 测试客户端。不幸的是,这个工具没有按字母顺序排列,也没有按“出现顺序”(在服务合同类中声明操作的顺序)。如果有很多,这使得很难找到具体的操作。
有没有办法强制 WCF 测试客户端按字母顺序排列操作?默认排序从何而来?
尽管似乎不可能按字母顺序排列操作,但我意识到 WCF 测试客户端具有内置的增量搜索。
如果您知道自己在寻找什么,这会有所帮助。