##// END OF EJS Templates
implement the completer in a separate class...
implement the completer in a separate class more feature like -completion based on 2 sources : * introspection in kernel * context of current cell (complete with matching words) * each source has its color in the completer
Matthias BUSSONNIER -
r7131:4b889ad5
Show More