How to list all members and properties of a class with their full informations? Follow
Now I am using the 'File Structure' window. It is greate! With its help, it is able to see such as public, protected, private, override, by different icons.
However, it cannot indicate such as: static, abstract, virtual, new.
I would like to get all the informations. How can I do that?
Thanks.
Please sign in to leave a comment.
Hello,
By default, ReSharper uses Visual Studio icons set which cannot display some
types of members differently. In order to be able to distinguish virtual,
abstract, static and new members you can switch to 'IntelliJ IDEA' symbol
icons (open ReSharper | Options | General and choose 'IntelliJ IDEA' for
'Use symbol icons from'). Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Thank you VERY MUCH!
It works!
Wonderful, :)