I plan to upgrade from SPE to Eclipse + PyDev for better code completion. I think the completion of the SPE code is rather strange.
Anyway, how do I get started with Eclipse + PyDev? I looked through http://www.eclipse.org and I found that Eclipse consists of some base / core system and plugins are added for more functionality. I also stumbled upon http://www.easyeclipse.org , which offers a ready-to-use Eclipse + PyDev distribution.
I have two options: the easy way and the hard way.
EASY WAY
Just download from http://www.easyeclipse.org . The problem is that I canโt decide which version to use, v1.2.2.2 or v1.3.1 ?
Hard way
I want to keep a poor installation of Eclipse, so I want to start by downloading boneless, and then add plugins as you progress through the skills. For now, all I want in the IDE is the following:
- Native code completion and
- A simple shortcut key to launch the current program. It should be something like F5 or F9.
In the end, I want to use more sophisticated tools, but I want to add plugins when I need or learn them:
- Debugging
- Module testing
- Version control
What plugins should be installed to receive the specific functions that I just mentioned?
python eclipse pydev
Kit
source share