actually, didn&#39;t quite do what i thought, now that I tested after I posted (doh!)<br><br>if you remove the &#39;.__doc__&#39; from the print, then yes you can actually see the attributes. the problem with the doc strings here is that they are all the same.<br>
<br><div class="gmail_quote">On Thu, Jun 11, 2009 at 1:12 PM, Justin Regele <span dir="ltr">&lt;<a href="mailto:jregele23@gmail.com">jregele23@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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.<br><br><br>open up the console and do this<br>

<br>#make a list, or whatever<br>x=[]<br>for attr in dir(x):<br>    print attr.__doc__<br><br><br><br><br><div class="gmail_quote"><div><div></div><div class="h5">On Thu, Jun 11, 2009 at 1:03 PM, Oleg Tkachenko <span dir="ltr">&lt;<a href="mailto:olegtk@microsoft.com" target="_blank">olegtk@microsoft.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">








<div link="blue" vlink="purple" lang="EN-US">

<div>

<p><span style="color: rgb(31, 73, 125);">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.</span></p>

<p><span style="color: rgb(31, 73, 125);"> </span></p>

<p><span style="color: rgb(31, 73, 125);">--</span></p>

<p><span style="color: rgb(31, 73, 125);">Oleg</span></p>

<p><span style="color: rgb(31, 73, 125);"> </span></p>

<div>

<div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">

<p><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;">
<a href="mailto:users-bounces@lists.ironpython.com" target="_blank">users-bounces@lists.ironpython.com</a> [mailto:<a href="mailto:users-bounces@lists.ironpython.com" target="_blank">users-bounces@lists.ironpython.com</a>] <b>On
Behalf Of </b>Adam Brand<br>
<b>Sent:</b> Thursday, June 11, 2009 12:41 PM<div><br>
<b>To:</b> Discussion of IronPython<br>
<b>Subject:</b> Re: [IronPython] VS Support/Intelllisense for IronPython</div></span></p>

</div>

</div><div>

<p> </p>

<p><span style="color: rgb(31, 73, 125);">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? </span></p>

<p><span style="color: rgb(31, 73, 125);"> </span></p>

<p><span style="color: rgb(31, 73, 125);">I’m not familiar with the
extent to which VS can be customized for languages.</span></p>

<p><span style="color: rgb(31, 73, 125);"> </span></p>

<p><span style="color: rgb(31, 73, 125);">Thanks,</span></p>

<p><span style="color: rgb(31, 73, 125);">Adam</span></p>

<p><span style="color: rgb(31, 73, 125);"> </span></p>

<div>

<p><span style="color: rgb(31, 73, 125);">Adam Brand</span></p>

<p><span style="color: rgb(31, 73, 125);">SilverKey Technologies</span></p>

</div>

<p><span style="color: rgb(31, 73, 125);"> </span></p>

<div>

<div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">

<p><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;"> <a href="mailto:users-bounces@lists.ironpython.com" target="_blank">users-bounces@lists.ironpython.com</a>
[mailto:<a href="mailto:users-bounces@lists.ironpython.com" target="_blank">users-bounces@lists.ironpython.com</a>]
<b>On Behalf Of </b>Dino Viehland<br>
<b>Sent:</b> Thursday, June 11, 2009 11:18 AM<br>
<b>To:</b> Discussion of IronPython<br>
<b>Subject:</b> Re: [IronPython] VS Support/Intelllisense for IronPython</span></p>

</div>

</div>

<p> </p>

<p><span style="color: rgb(31, 73, 125);">We’ve made some attempts
in the past (e.g. IronPython Studio) but there’s no longer any active
development for intellisense.</span></p>

<p><span style="color: rgb(31, 73, 125);"> </span></p>

<div style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0in 0in 0in 4pt;">

<div>

<div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">

<p><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;"> <a href="mailto:users-bounces@lists.ironpython.com" target="_blank">users-bounces@lists.ironpython.com</a>
[mailto:<a href="mailto:users-bounces@lists.ironpython.com" target="_blank">users-bounces@lists.ironpython.com</a>]
<b>On Behalf Of </b>Adam Brand<br>
<b>Sent:</b> Thursday, June 11, 2009 7:35 AM<br>
<b>To:</b> Discussion of IronPython<br>
<b>Subject:</b> [IronPython] VS Support/Intelllisense for IronPython</span></p>

</div>

</div>

<p> </p>

<p>I was wondering if there is any ongoing development to
support Intellisense with IronPython in Visual Studio.</p>

<p> </p>

<p>Can someone from the team comment on this?</p>

<p> </p>

<p>Thanks,</p>

<p>Adam</p>

</div>

</div></div>

</div>


<br></div></div><div class="im">_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.ironpython.com" target="_blank">Users@lists.ironpython.com</a><br>
<a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
<br></div></blockquote></div><br>
</blockquote></div><br>