Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Python IDE has visual studio features?

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:

  1. goto definition - e.g. go from the place where a method is called to its definition (perhaps the class is in another module).
  2. 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.
like image 418
kakarukeys Avatar asked Jun 27 '26 15:06

kakarukeys


1 Answers

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.

like image 145
odie5533 Avatar answered Jun 29 '26 07:06

odie5533



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!