<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Intellisense in iLogic not working on New Computer + New Install in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12753007#M166968</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15442507"&gt;@DME_Ltd&lt;/a&gt;&amp;nbsp;, thanks for reporting the problem with OfType(Of ...) missing from the autocompletion list. I'll look into it in more detail. &lt;BR /&gt;It is internal issue number&amp;nbsp;INVGEN-77687.&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2024 13:50:32 GMT</pubDate>
    <dc:creator>MjDeck</dc:creator>
    <dc:date>2024-05-09T13:50:32Z</dc:date>
    <item>
      <title>Intellisense in iLogic not working on New Computer + New Install</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12745415#M166830</link>
      <description>&lt;P&gt;I've been having some issues with a fresh install on a brand new computer. It seems that a lot of the .NET functions are not showing up in my Intellisense.&lt;/P&gt;&lt;P&gt;Specifically, the .OfType, or .AsQueryable and many others.&lt;/P&gt;&lt;P&gt;I have installed every version of .NET Framework, as well as .NET 8, all their SDKs but can't seem to get it to appear?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running the code:&lt;/P&gt;&lt;LI-CODE lang="visual-basic"&gt;Dim a As Inventor.AssemblyDocument = ThisDoc.Document
Dim o As IEnumerable(Of Inventor.PlanarSketch) = a.ComponentDefinition.Sketches.OfType(Of Inventor.PlanarSketch)
Logger.Debug(o.Count)&lt;/LI-CODE&gt;&lt;P&gt;Produces the appropriate "0" in the Log window. But it won't show my the autocomplete.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inventor 2025, Build 162&lt;/P&gt;&lt;P&gt;Windows 11&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 07:43:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12745415#M166830</guid>
      <dc:creator>DME_Ltd</dc:creator>
      <dc:date>2024-05-01T07:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense in iLogic not working on New Computer + New Install</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12746629#M166859</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15442507"&gt;@DME_Ltd&lt;/a&gt;.&amp;nbsp; I have a couple suggestions for you to check out, but not sure if this is the issue or not.&lt;/P&gt;
&lt;P&gt;This sounds a little bit like it might be what I suspect, but I am not sure.&lt;/P&gt;
&lt;P&gt;Try these things in a new, empty iLogic rule, then tell me if they help any:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Type in "System", then the dot after it.
&lt;UL&gt;
&lt;LI&gt;At the bottom of that 'suggestions' list, do you see two icons...one for 'Types' and one for 'Namespaces'?&lt;/LI&gt;
&lt;LI&gt;If so, those are filters, so make sure both are active.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;After "System.", choose "Windows", then "Forms", then "AxHost".
&lt;UL&gt;
&lt;LI&gt;Type the dot after AxHost, and you should see a different 'filter' icon...one for 'Type Members'.&lt;/LI&gt;
&lt;LI&gt;If so, make sure that one is turned on also.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WCrihfield_1-1714586637815.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1357183iE44DB8EC8FB95799/image-size/large?v=v2&amp;amp;px=999" role="button" title="WCrihfield_1-1714586637815.png" alt="WCrihfield_1-1714586637815.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WCrihfield_2-1714586786169.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1357184iB7533EB0E749E337/image-size/large?v=v2&amp;amp;px=999" role="button" title="WCrihfield_2-1714586786169.png" alt="WCrihfield_2-1714586786169.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 18:10:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12746629#M166859</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2024-05-01T18:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense in iLogic not working on New Computer + New Install</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12746671#M166860</link>
      <description>&lt;P&gt;Alright, that is opening it up a little bit. But those filters are only showin up on the System Classes as with your example. So under any Inventor Object doesn't show those filters. Also, the Filters are not staying selected after I close the iLogic editor and open it again, I have to reselect them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qMpW1XCWTL.png" style="width: 776px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1357190iF4AF97DF7DA84E38/image-size/large?v=v2&amp;amp;px=999" role="button" title="qMpW1XCWTL.png" alt="qMpW1XCWTL.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 18:34:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12746671#M166860</guid>
      <dc:creator>DME_Ltd</dc:creator>
      <dc:date>2024-05-01T18:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense in iLogic not working on New Computer + New Install</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12746684#M166861</link>
      <description>&lt;P&gt;Hmm...&lt;/P&gt;
&lt;P&gt;In an empty iLogic rule, try just typing in a single dot, with nothing in front of it.&lt;/P&gt;
&lt;P&gt;You should see 3 different filters there.&amp;nbsp; Make sure they are all on.&lt;/P&gt;
&lt;P&gt;(iLogic, Inventor, &amp;amp; vb.net filters)&lt;/P&gt;
&lt;P&gt;If those settings do not stay there, then there may be something going on that we 'users' may not be able to help you with, and you may need to contact technical support about it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WCrihfield_0-1714588749523.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1357192iE8E6B8B8EA88A5F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="WCrihfield_0-1714588749523.png" alt="WCrihfield_0-1714588749523.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 18:40:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12746684#M166861</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2024-05-01T18:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense in iLogic not working on New Computer + New Install</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12746783#M166864</link>
      <description>&lt;P&gt;Unfortunately it looks like I am having more issues and things are still not appearing correctly. Though tracing these problems is a discussion for a different thread.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have marked your solution as accepted, because I do remember now seeing those Filters before to get access to all of the namespaces. That is what worked before (2022, and 2024), and thanks for the screenshots clearly showing where to find them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I think I am going to revert some SDKs and remove/reinstall Inventor. Might even downgrade to 2024 because I know it was all working in the previous version.&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 19:43:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12746783#M166864</guid>
      <dc:creator>DME_Ltd</dc:creator>
      <dc:date>2024-05-01T19:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense in iLogic not working on New Computer + New Install</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12746940#M166866</link>
      <description>&lt;P&gt;Intellisense can't see "PlanarSketch":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ILogic-intelli-01.jpg" style="width: 892px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1357233i65B991E8A981B54D/image-size/large?v=v2&amp;amp;px=999" role="button" title="ILogic-intelli-01.jpg" alt="ILogic-intelli-01.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try to code like this:&lt;/P&gt;&lt;LI-CODE lang="visual-basic"&gt;Dim a As AssemblyDocument
a = TryCast(ThisDoc.Document, AssemblyDocument)
Dim o As Inventor.PlanarSketches = a.ComponentDefinition.Sketches
Logger.Debug(o.Count.ToString)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 01 May 2024 21:28:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12746940#M166866</guid>
      <dc:creator>Frederick_Law</dc:creator>
      <dc:date>2024-05-01T21:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense in iLogic not working on New Computer + New Install</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12746953#M166867</link>
      <description>&lt;P&gt;Nah that's not the issue. I was just using any generic collection as an example.&lt;/P&gt;&lt;P&gt;It is the Standard .NET Types, Methods etc. that are not showing up. But I have found even more issues which I am in contact w/ Help Support about and will update when I have more info.&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 21:37:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12746953#M166867</guid>
      <dc:creator>DME_Ltd</dc:creator>
      <dc:date>2024-05-01T21:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense in iLogic not working on New Computer + New Install</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12747724#M166894</link>
      <description>&lt;P&gt;As a follow up to my own thread, the problem exists in Inventor 2025. By simply downgrading to 2024 everything works without issue.&lt;/P&gt;&lt;P&gt;As a look-ahead, perhaps we will see new features in 2025; make sure you don't early upgrade because things are non-functional in the iLogic interpreter. It looks like 2025 they are going fully forward to .NET 8, and abandoning "Framework" which is a really positive thing, but currently it's not fully functional.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;As an aside&lt;/U&gt;:&lt;/STRONG&gt;&amp;nbsp;Can we stop releasing early versions so far ahead of the actual year? It's still 2024, but somehow a 2025 software broken release exists in a public version....... Please don't do this, release 2025 on Dec 31 or Jan 1, don't try to be fancy. #dearAutodesk&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 08:31:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12747724#M166894</guid>
      <dc:creator>DME_Ltd</dc:creator>
      <dc:date>2024-05-02T08:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense in iLogic not working on New Computer + New Install</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12753007#M166968</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15442507"&gt;@DME_Ltd&lt;/a&gt;&amp;nbsp;, thanks for reporting the problem with OfType(Of ...) missing from the autocompletion list. I'll look into it in more detail. &lt;BR /&gt;It is internal issue number&amp;nbsp;INVGEN-77687.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 13:50:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12753007#M166968</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2024-05-09T13:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense in iLogic not working on New Computer + New Install</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12758999#M167077</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537534"&gt;@MjDeck&lt;/a&gt;&amp;nbsp;for adding your expertise to this post.&lt;/P&gt;
&lt;P&gt;This issue have been documented in the public tracking article:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/In-the-iLogic-rules-editor-some-NET-system-methods-are-missing-from-autocomplete-for-Inventor-2025.html" target="_blank" rel="noopener"&gt;In the iLogic rules editor, some .NET system methods are missing from autocomplete for Inventor 2025&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you all.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 22:45:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellisense-in-ilogic-not-working-on-new-computer-new-install/m-p/12758999#M167077</guid>
      <dc:creator>bob_holland</dc:creator>
      <dc:date>2024-05-07T22:45:40Z</dc:date>
    </item>
  </channel>
</rss>

