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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -