Possible Duplicate:
Emacs - tab-completion of local Python variables
Ok I am getting very confused about this.
What I want is code completion for:
- The current file (even all open buffers)
- Any module that is imported in the current file
- Standard libraries
(yes I have been spoiled by intelli-sense)
What do I need to achieve this?
I'm just really confused as there seem to be countless plugins for code completion, just have no idea which ones I need/want.
Please don't suggest another editor/ide. I know a lot of them have this out of the box, but I really like emacs.
Thanks in advance.