问题
I am searching for a Python IDE with visual studio features. After going through similar questions and reading reviews, I hardly see the following two features mentioned:
- goto definition - e.g. go from the place where a method is called to its definition (perhaps the class is in another module).
- find all references - something like "git grep method_name(" being done interactively inside the IDE.
Coding is so painful without them. Have you come across any python IDE with the above two features?
of course, the IDE need to have the essential features:
- code autocompletion
- integrated debugging
- basic IDE functions like syntax highlighting, error highlighting, smart indentation, bracket matching, etc.
回答1:
Why not watch the great PyCon 2011: Python IDEs Panel!
You can use Python Tools which lets you program Python in Microsoft Visual Studio. PyCharm, Komodo IDE, or WingWare should all fit the bill as well.
回答2:
Eclipse with PyDev is outstanding. (It's also portable across platforms, as an added bonus. And free. And widely-used.)
回答3:
I've using PyCharm for all my Python projects for the past 8 months, and i definitely love it. I'd highly recommend it (even if it's not free, it's really cheap compared to its concurrents, and is far superior to them imho).
回答4:
Alright, I found Wing, PyDev have the two features!
回答5:
support PyCharm , very good IDE for python!
来源:https://stackoverflow.com/questions/6964595/which-python-ide-has-visual-studio-features