0

Autofill super function calls intelligently

David S il y a 11 ans 0

In a function foo in a subclass, I call super::foo(arg1, arg2); when I type super:: Sublime gives several functions to autofill.  foo should be the first, and it should autofill with (arg1, arg2) because these are arguments to the subclass and super foo.