[IronPython] VS Support/Intelllisense for IronPython

Justin Regele jregele23 at gmail.com
Thu Jun 11 22:12:07 CEST 2009


Could the intellisense be written in IronPython itself? Given pythons
reflective nature, this could be very easy, and then the community could
re-write how it behaves to suit wha they want.


open up the console and do this

#make a list, or whatever
x=[]
for attr in dir(x):
    print attr.__doc__




On Thu, Jun 11, 2009 at 1:03 PM, Oleg Tkachenko <olegtk at microsoft.com>wrote:

>  This is totally can be done by the community + maybe some help from Dino
> if you hit any IPy issues. The VS interfaces are open and VS SDK includes
> IPy integration sample that contains simple intellisense implementation.
>
>
>
> --
>
> Oleg
>
>
>
> *From:* users-bounces at lists.ironpython.com [mailto:
> users-bounces at lists.ironpython.com] *On Behalf Of *Adam Brand
> *Sent:* Thursday, June 11, 2009 12:41 PM
> *To:* Discussion of IronPython
> *Subject:* Re: [IronPython] VS Support/Intelllisense for IronPython
>
>
>
> Is adding Intellisense for IPY to VS something that can be done by the
> community, or does it require access to source code that we can’t access?
>
>
>
> I’m not familiar with the extent to which VS can be customized for
> languages.
>
>
>
> Thanks,
>
> Adam
>
>
>
> Adam Brand
>
> SilverKey Technologies
>
>
>
> *From:* users-bounces at lists.ironpython.com [mailto:
> users-bounces at lists.ironpython.com] *On Behalf Of *Dino Viehland
> *Sent:* Thursday, June 11, 2009 11:18 AM
> *To:* Discussion of IronPython
> *Subject:* Re: [IronPython] VS Support/Intelllisense for IronPython
>
>
>
> We’ve made some attempts in the past (e.g. IronPython Studio) but there’s
> no longer any active development for intellisense.
>
>
>
> *From:* users-bounces at lists.ironpython.com [mailto:
> users-bounces at lists.ironpython.com] *On Behalf Of *Adam Brand
> *Sent:* Thursday, June 11, 2009 7:35 AM
> *To:* Discussion of IronPython
> *Subject:* [IronPython] VS Support/Intelllisense for IronPython
>
>
>
> I was wondering if there is any ongoing development to support Intellisense
> with IronPython in Visual Studio.
>
>
>
> Can someone from the team comment on this?
>
>
>
> Thanks,
>
> Adam
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090611/9ee39cd7/attachment.html>


More information about the Ironpython-users mailing list