Eclipse, how to find how many attributes defined in a class?

173 views Asked by At

I'm using Eclipse, how can I get how many attributes I defined in a class?

For example, in class User, I have 5 attributes (5 red squares).

While in some class there are so many attributes, it is hard to count them one by one...

enter image description here

1

There are 1 answers

0
Maroun On BEST ANSWER

You can select them all, then at the left bottom corner you'll see "X items selected", for example:

enter image description here