Earlier quoted context omitted.
Unfortunately no, just have to deal. Some use "CTRL + SPACE" or ESC or "CTRL + ," but it still doesn't do it very smart. VS autocomplete is still smarter and quicker it seems. I do like the greying auto complete of XCode as you type as sometimes the drop down gets in the way.
Got ya. BTW - in Visual Studio if you hold down control while the autocomplete is open, it goes translucent so you can see your code behind it!
Python Tools for Visual Studio
31–40 of 134 posts
Re: Python Tools for Visual Studio
#32Do people run django production sites on Windows? Not trolling, genuinely interested.
I currently maintain and run a big ol' Django project running on Apache/Windows/MSSQL (and some Oracle) here (university of Arizona). It's not that bad although myself and the other developer both use mac's so its annoying having to RDP in to do anything in a python shell.
Re: Python Tools for Visual Studio
#33Re: Python Tools for Visual Studio
#34Re: Python Tools for Visual Studio
#35Just Vi or Vim for me. Used VS, VB, Eclips years back, but now back to Vi/Vim for embedded and server environment. Have not missed any of IDE features at all.
Re: Python Tools for Visual Studio
#36Earlier quoted context omitted.
Haven't tried it yet, might give it a try. The debugging looks cool and even Guido seems to think it has some benefits: https://profiles.google.com/115212051037621986145/buzz/CGh9M... - note he mentions painful SCM integration, as usual in IDEs that just doesn't work well. SCM support I usually turn off as it adds iteration lag typically. Prefer the scm tools directly almost always.
I keep SourceTree, by the same company, running while I'm working in PyCharm, and it picks up all the changes nicely. It has been my crutch in becoming competent using Git.
Re: Python Tools for Visual Studio
#37Earlier quoted context omitted.
I currently maintain and run a big ol' Django project running on Apache/Windows/MSSQL (and some Oracle) here (university of Arizona). It's not that bad although myself and the other developer both use mac's so its annoying having to RDP in to do anything in a python shell.
If you only use the shell, can't you use something like an SSH daemon on Windows and ssh to it?
Re: Python Tools for Visual Studio
#38Re: Python Tools for Visual Studio
#39Re: Python Tools for Visual Studio
#40Just Vi or Vim for me. Used VS, VB, Eclips years back, but now back to Vi/Vim for embedded and server environment. Have not missed any of IDE features at all.
What languages do you work with? Simple things like being able to jump to the definition of a function with a press of a button (esp. when working with a large unfamiliar code base) are indispensable for me.