As I look at what features I want in a programming language, I notice that many of them are more related to the development environment then the actual language, the best one I have encountered so far being Visual Studio.
As I am considering Python development in the future, I would like to know of IDE's that could represent comparable features to that of Visual Studio. Mainly:
- Intellesense
- Highlighting of errors (primarily syntax errors)
- Step-by-step debugging w/ immediate window.
And likely others, but these are the main three. The variant of Python is unimportant, as long as it is relatively compatible with the official implementation. (That means IronPython is out.)
Also, I don't want to use Eclipse. I've had a great deal of difficulty configuring Eclipse in the past that I do not wish to go through again.
Clarification on why I don't want Eclipse: I have Eclipse for PHP installed. This is useful for PHP, but means I can't install another Eclipse on the same platform.