VS Intellisense: can you hide extension methods?

前端 未结 3 1540
花落未央
花落未央 2021-01-11 12:49

By default Visual Studio displays all members and its extension methods for a type in intellisense.

Sometimes I would like to hide the extension methods to make it e

3条回答
  •  误落风尘
    2021-01-11 13:21

    Perhaps you could try using something like resharper which filters the list of methods as you type. I find this helps me to quickly get to what I need. And it will do so without hiding useful extention methods

提交回复
热议问题