I wanted to put this out there and see if anyone else is experiencing the same issues as me. From what I can tell this should be working in builder but for me it's not. What I am trying to figure out is how to get code insight for a class that extends another one. In this example we have 2 components, class a and class b. ClassA is our concrete component that other components will extend. ClassB extends ClassA.

ClassB is extending ClassA and because it does so it has access to the arun method from class a. The only problem is when instantiate class b and go to get a list of methods only the methods in b are listed in the drop down. Is everyone else having the same issue or are you seeing the methods from a. From what I know this is supposed to work so if it's not let me know and I will file a bug.