<?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: Intellesense Not Working Within Functions in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellesense-not-working-within-functions/m-p/13074120#M172702</link>
    <description>&lt;P&gt;My screenshot was just to show what intellesense was.&amp;nbsp;&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="C_Haines_ENG_0-1728480247255.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1419598i4B6C1B40EF43D5E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="C_Haines_ENG_0-1728480247255.png" alt="C_Haines_ENG_0-1728480247255.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like many things over the past couple weeks, I suspect this issue is because I'm on Inventor 2019.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2024 13:24:48 GMT</pubDate>
    <dc:creator>C_Haines_ENG</dc:creator>
    <dc:date>2024-10-09T13:24:48Z</dc:date>
    <item>
      <title>Intellesense Not Working Within Functions</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellesense-not-working-within-functions/m-p/13074083#M172699</link>
      <description>&lt;P&gt;Morning everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having an issue with iLogic where if I create a function within a rule, and define the items I am sending to that rule, intellesense no longer works. Does anyone know if this is intentional or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For those who dont know what intellesense is its the "autofill" feature of ilogic.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="C_Haines_ENG_0-1728479259932.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1419582iFBC60CF630AD8376/image-size/medium?v=v2&amp;amp;px=400" role="button" title="C_Haines_ENG_0-1728479259932.png" alt="C_Haines_ENG_0-1728479259932.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would speed me up alot of I didnt have to re-declare variable types and then comment them out when I run the rule.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 13:08:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellesense-not-working-within-functions/m-p/13074083#M172699</guid>
      <dc:creator>C_Haines_ENG</dc:creator>
      <dc:date>2024-10-09T13:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Intellesense Not Working Within Functions</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellesense-not-working-within-functions/m-p/13074114#M172701</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12191678"&gt;@C_Haines_ENG&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure I understand what you're seeing, your screen shot shows it working?...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but typically we need to declare the parameters of a function at the top of the function, as shown highlighted here&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="Curtis_Waguespack_0-1728479848171.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1419593i3303FD2C9F5C147B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Curtis_Waguespack_0-1728479848171.png" alt="Curtis_Waguespack_0-1728479848171.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can declare variables below the Main Sub like this though, so that they are shared across the entire rule class , so that might help.&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="Curtis_Waguespack_1-1728479930038.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1419594i17F8DA7B2A3B2DB1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Curtis_Waguespack_1-1728479930038.png" alt="Curtis_Waguespack_1-1728479930038.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 13:21:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellesense-not-working-within-functions/m-p/13074114#M172701</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2024-10-09T13:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Intellesense Not Working Within Functions</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellesense-not-working-within-functions/m-p/13074120#M172702</link>
      <description>&lt;P&gt;My screenshot was just to show what intellesense was.&amp;nbsp;&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="C_Haines_ENG_0-1728480247255.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1419598i4B6C1B40EF43D5E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="C_Haines_ENG_0-1728480247255.png" alt="C_Haines_ENG_0-1728480247255.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like many things over the past couple weeks, I suspect this issue is because I'm on Inventor 2019.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 13:24:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellesense-not-working-within-functions/m-p/13074120#M172702</guid>
      <dc:creator>C_Haines_ENG</dc:creator>
      <dc:date>2024-10-09T13:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Intellesense Not Working Within Functions</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellesense-not-working-within-functions/m-p/13074130#M172705</link>
      <description>&lt;P&gt;And while declaring the variables under the main sub is a good idea, I am but a lazy programmer and have used the same variables names for everything even when I dont want them to be shared across functions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 13:28:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellesense-not-working-within-functions/m-p/13074130#M172705</guid>
      <dc:creator>C_Haines_ENG</dc:creator>
      <dc:date>2024-10-09T13:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Intellesense Not Working Within Functions</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellesense-not-working-within-functions/m-p/13074136#M172706</link>
      <description>&lt;P&gt;ah... 2019 is likely the culprit... I don't recall the specifics but they made a lot of improvements to the iLogic editor in the Inventor 2021 and 2022 releases, such as line numbers which I notice your screen capture is missing, so I'm pretty sure it is a limitation of 2019.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 13:33:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/intellesense-not-working-within-functions/m-p/13074136#M172706</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2024-10-09T13:33:04Z</dc:date>
    </item>
  </channel>
</rss>

