本文介绍了如何使Intellisense仅显示属性或仅显示事件等的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我确定不是唯一一个在Intellisense中扫描"Events"并且必须要遍历所有"Properties"(属性)时发现它有点烦人的人.是否有一种方法/插件或其他东西可以选择仅事件,仅属性等?
I'm sure I'm not the only one who finds it a bit annoying when scanning say Events in Intellisense and having to wade thru all the Properties etc as well. Is there a way/plugin or something to allow the selection of only Events, only Properties etc?
那真的是一大优势!
推荐答案
我很确定我已经看到resharper或coderush具有这些选项.不记得了-对不起.
I'm pretty sure I've seen resharper or coderush have these options. Can't remember which - sorry.
我还发现了这篇文章自定义Intellisense" ",向您展示如何使用代码.
I also found this article 'Customizing Intellisense', which shows you how to do it in code.
这篇关于如何使Intellisense仅显示属性或仅显示事件等的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!