Question, is there a way to make the code completion plugin understand inheritance?  Take orge for example.  I create a variable of the scene SceneNode type, which is a subclass of Node.  The Node class has the SetOrientation method, but SceneNode doesn't.  Yet, if I have "smart sense" on it doesn't know that it should also display Node's methods, if I am working with a subclass like SceneNode.
Is there a way I can fix this?  It seems the class browser understands inheritance, can we make "smart sense" do the same?