开发者

Visual Studio: Sorting and Filtering Intellisense List

开发者 https://www.devze.com 2023-01-12 10:01 出处:网络
Is it possible to set option that for example: I have object Object1 After typeing a dot after it there are displayed all properties methods, event and so on

Is it possible to set option that for example:

I have object Object1

After typeing a dot after it there are displayed all properties methods, event and so on

Object1.

These are in alphabetical order.

Is it possible to order it by tyoe for example only events 开发者_如何学Goor only Properties ?

I also have resharper Thanks for help


No, as far as I know this is not possible. Such a feature has been requested but postponed for future versions.

ReSharper has some interesting and helpful code completion features though, you might want to check this blog post:

Code Completion with ReSharper

0

精彩评论

暂无评论...
验证码 换一张
取 消