python - Change the list of import suggestions in Eclipse (PyDev) -
i bind module local name using import as, e.g. import numpy np.
when use np., how can configure eclipse import numpy np shows in list of import suggestions (when hitting ctrl + 1 )?

Comments
Post a Comment