I have a "Pear" object that inherits from "Fruit"
When I press (autocomplete) CTRL+Space I get all the members etc for both Fruit and Pear.
Is there a key stroke for just showing me the "开发者_如何学运维Pear" members?
To my knowledge, there is no filtering of that kind.
The only advanced filtering available right now is proposed by Mylyn and based on its notion of Task.
But it won't filter out the super class member functions.
精彩评论