Last I checked, Visual Studio has poor support for python development.
 There was a VS plugin called IronPython studio but it appears to have
fallen out of active development and no longer works.

If you are just looking to do CPython (or jython) development, Java Netbeans
with python plugin is the best "free" IDE (imho).  It has very good
autocompletion (aka intellisense) and interactive debugging support.
http://netbeans.org/features/python/index.html.

If IronPython support is a must, then look at SharpDevelop.
http://www.icsharpcode.net/OpenSource/SD/

-MG

On Mon, Jan 25, 2010 at 7:20 PM, mikeymor <mikey....@gmail.com> wrote:

> Hello all,
> is there a way to use the visual studio editor for .py files ?
> don't need the compiler, just intellisense.
> don't want to use ironpython, just as an editor.
>
> thanks !
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to