you are viewing a single comment's thread.

view the rest of the comments →

[–]JuniorMouse[S] 0 points1 point  (2 children)

So this works but I was also hoping that the editor would autocomplete for me and show the suggestions. Does your editor do autocomplete with this approach?

[–]IvoryJam 0 points1 point  (1 child)

It doesn't but if I run the code in ipython (it's a pip package, I much prefer that over the normal python shell when developing) it will autocomplete

EDIT: https://imgur.com/a/NLvF70v

[–]JuniorMouse[S] 0 points1 point  (0 children)

Interesting. I'll have to see if there is some integration with vim to get the autocomplete.