Live data from Hacker News

Python Tools for Visual Studio

hanselman.com

1–10 of 134 posts

Re: Python Tools for Visual Studio

#4
I primarily use Sublime, TextMate or Komodo on Mac for python dev but would love to also use VS. I do run windows and do most dev on that under VS. Maybe one day VS will come to Mac, I know that doesn't follow the platform mission but would get some good traction for Visual Studio going forward and a little fire under Xcode for C/C++ dev on Mac.

At this point both XCode and VS are pretty equal but XCode I also like and have no problem with. Both are unique to the OS though. Both are also extremely bloated but needed for C/C++ dev. Eclipse is also a bit cludgy. That python to native screenshot on the site looks intruiging.

I do use MonoDevelop on Mac for Unity dev and it does support debugging but would love to use VS on Mac one day.

All in all when I do python dev I like less in my IDE at times, just a good autocomplete/intellisense and I usually despise integrated source control into IDEs preferring to do it with outside tools such as terminal/cmd, sourcetree or tortoises. SCM integration in IDEs always seems to kill performance and gets out of sync, especially in the latest MonoDevelop (startup indexing kills the usefulness - http://answers.unity3d.com/questions/356129/monodevelop-perf...).

Re: Python Tools for Visual Studio

#8
post #4

I primarily use Sublime, TextMate or Komodo on Mac for python dev but would love to also use VS. I do run windows and do most dev on that under VS. Maybe one day VS will come to Mac, I know that doesn't follow the platform mission but would get some good traction for Visual Studio going forward and a little fire under Xcode for C/C++ dev on Mac. At this point both XCode and VS are pretty equal but XCode I also like a…

One thing that drives me nuts in Xcode as opposed to VS is that the autocomplete only completes when you hit tab. I want it to compete when I hit a period or a space too like it does in VS! Considering you find them both basically equal, have you found a workaround for this or is it just not frustrating to you?

Re: Python Tools for Visual Studio

#9
This doesn't even mention the most awesome feature of PTVS 2.0: mixed-mode debugging, which provides an integrated experience for debugging mixed Python/C processes. See https://pytools.codeplex.com/wikipage?title=Mixed-mode%20deb... for details.

Disclaimer: I used to work on IronPython.

Re: Python Tools for Visual Studio

#10
post #4

I primarily use Sublime, TextMate or Komodo on Mac for python dev but would love to also use VS. I do run windows and do most dev on that under VS. Maybe one day VS will come to Mac, I know that doesn't follow the platform mission but would get some good traction for Visual Studio going forward and a little fire under Xcode for C/C++ dev on Mac. At this point both XCode and VS are pretty equal but XCode I also like a…

Try PyCharm. It works on Mac and Windows and is miles ahead of XCode for Python.
Post reply on HN