python - How to get calltips with numpy (ex) in the geany editor -
i build geany 1.23 under ubuntu 10.04. if write:
import numpy np then if write:
np. after writing dot, ctrl+shift+space (nor tab) doesn't trigger calltip window in ipython or spyder. normal behaviour or there fix that?
thank you
jeanpat
you need add global tags file as described in manual because geany comes tags python standard libraries default. put a numpy tags file on wiki you. once have of symbols library should available auto-completion.
Comments
Post a Comment