How do you set up this very good autocomplete? The official Python plugin (by Don Jayamanne) seems kind of bad at autocomplete and related features. I get autocomplete that:
- Autocompletes random stuff because I pressed "enter" or "down"
- Tries to autocomplete comments
- If I tell it to autocomplete only on tab, then it will sometimes autocomplete and sometimes insert spaces; the faster I type, the more I get spaces
- Pops up enormous tooltips for function docstrings that are taller than my entire code window
No comments yet.