SystemVerilog icon indicating copy to clipboard operation
SystemVerilog copied to clipboard

method completion based on class ancestors?

Open DeeeeLAN opened this issue 6 years ago • 2 comments
trafficstars

When I am auto-completing a task or function from a class, it only shows methods within that class, no inherited methods. Is this something that should be there but I am not seeing it for some reason, or would it need to be added?

DeeeeLAN avatar Sep 27 '19 22:09 DeeeeLAN

It is not implemented yet, mainly for performances reason..

TheClams avatar Sep 30 '19 10:09 TheClams

Makes sense. Could it be put on background threads and the list update as the threads return?

I think the ideal would be if each class was cached somewhere with all its methods and ancestor methods, then you just have to retrieve that list. I don’t know if you are currently doing much caching or not.

DeeeeLAN avatar Sep 30 '19 15:09 DeeeeLAN