It looks like the *only* way intellisense will pickup is if everything is in one file.&nbsp; A moderate workaround except for the lack of class navigator+function navigator<br clear="all"><br>Michael Stephens<br><br>Electrical Engineering Graduate Student<br>
University of Wyoming<br><a href="mailto:falcon@uwyo.edu">falcon@uwyo.edu</a> or <a href="mailto:89iroc@gmail.com">89iroc@gmail.com</a>
<br><br><div class="gmail_quote">On Tue, Jun 24, 2008 at 3:56 PM, Michael Foord &lt;<a href="mailto:fuzzyman@voidspace.org.uk">fuzzyman@voidspace.org.uk</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Michael Stephens wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I should be able to just say<br>
 &nbsp;dbg(&quot;test&quot;) should present intellisense at least for what dbg takes as an argument.<br>
<br>
</blockquote>
<br></div>
&quot;import&quot; in Python is not the same as the C# using directive. If you do the following:<br>
<br>
import RT<br>
<br>
Then you can only access members of the RT module using:<br>
<br>
RT.attribute<br>
<br>
and you said that worked?<br>
<br>
If you want to be able to just type dbg(&quot;test&quot;) then you would need to do something like:<br>
<br>
from RT import dbg<br>
<br>
You can only use names you have specifically imported. I have no idea how good the IronPython Studio intellisense is though.<br>
<br>
Michael Foord<br>
<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
Michael Stephens<br>
<br>
Electrical Engineering Graduate Student<br>
University of Wyoming<br>
</div><a href="mailto:falcon@uwyo.edu" target="_blank">falcon@uwyo.edu</a> &lt;mailto:<a href="mailto:falcon@uwyo.edu" target="_blank">falcon@uwyo.edu</a>&gt; or <a href="mailto:89iroc@gmail.com" target="_blank">89iroc@gmail.com</a> &lt;mailto:<a href="mailto:89iroc@gmail.com" target="_blank">89iroc@gmail.com</a>&gt;<div class="Ih2E3d">
<br>
<br>
On Tue, Jun 24, 2008 at 3:49 PM, Curt Hagenlocher &lt;<a href="mailto:curt@hagenlocher.org" target="_blank">curt@hagenlocher.org</a> &lt;mailto:<a href="mailto:curt@hagenlocher.org" target="_blank">curt@hagenlocher.org</a>&gt;&gt; wrote:<br>

<br>
 &nbsp; &nbsp;I don&#39;t understand from your description what you expect to see in<br>
 &nbsp; &nbsp;&quot;Problem 2&quot;.<br>
<br>
 &nbsp; &nbsp;On Tue, Jun 24, 2008 at 2:35 PM, Michael Stephens &lt;<a href="mailto:falcon@uwyo.edu" target="_blank">falcon@uwyo.edu</a><br></div><div class="Ih2E3d">
 &nbsp; &nbsp;&lt;mailto:<a href="mailto:falcon@uwyo.edu" target="_blank">falcon@uwyo.edu</a>&gt;&gt; wrote:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;I have two instances where I can&#39;t get intellisense to work.  &nbsp; &nbsp; &nbsp; &nbsp;Is it something I am doing or something wrong with Python<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Studio. &nbsp;I have attached a generated project.<br>
 &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;Problem 1:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I can&#39;t access base class methods<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Problem 2:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I can&#39;t access things declared in RT.py despite importing it..<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;The closest that that will work is<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;import RT<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;RT.dbg()// intellisense works! but i shouldnt need to call<br>
 &nbsp; &nbsp; &nbsp; &nbsp;RT directly<br>
 &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;Any help would be appreciated.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Michael Stephens<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Electrical Engineering Graduate Student<br>
 &nbsp; &nbsp; &nbsp; &nbsp;University of Wyoming<br></div>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:falcon@uwyo.edu" target="_blank">falcon@uwyo.edu</a> &lt;mailto:<a href="mailto:falcon@uwyo.edu" target="_blank">falcon@uwyo.edu</a>&gt; or <a href="mailto:89iroc@gmail.com" target="_blank">89iroc@gmail.com</a><br>

 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:89iroc@gmail.com" target="_blank">89iroc@gmail.com</a>&gt;<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;_______________________________________________<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Users mailing list<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:Users@lists.ironpython.com" target="_blank">Users@lists.ironpython.com</a> &lt;mailto:<a href="mailto:Users@lists.ironpython.com" target="_blank">Users@lists.ironpython.com</a>&gt;<div class="Ih2E3d">
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<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>
<br>
<br>
 &nbsp; &nbsp;_______________________________________________<br>
 &nbsp; &nbsp;Users mailing list<br></div>
 &nbsp; &nbsp;<a href="mailto:Users@lists.ironpython.com" target="_blank">Users@lists.ironpython.com</a> &lt;mailto:<a href="mailto:Users@lists.ironpython.com" target="_blank">Users@lists.ironpython.com</a>&gt;<div class="Ih2E3d">
<br>
 &nbsp; &nbsp;<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>
<br>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<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>
 &nbsp;<br>
</div></blockquote><font color="#888888">
<br>
<br>
-- <br>
<a href="http://www.ironpythoninaction.com/" target="_blank">http://www.ironpythoninaction.com/</a><br>
<a href="http://www.voidspace.org.uk/" target="_blank">http://www.voidspace.org.uk/</a><br>
<a href="http://www.trypython.org/" target="_blank">http://www.trypython.org/</a><br>
<a href="http://www.ironpython.info/" target="_blank">http://www.ironpython.info/</a><br>
<a href="http://www.theotherdelia.co.uk/" target="_blank">http://www.theotherdelia.co.uk/</a><br>
<a href="http://www.resolverhacks.net/" target="_blank">http://www.resolverhacks.net/</a></font><div><div></div><div class="Wj3C7c"><br>
<br>
_______________________________________________<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>
</div></div></blockquote></div><br>