<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Autocompletion with MyClass.myFunc]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I want to make my custom Autocompletion file (aka API)</p>
<p dir="auto">It should provide autocompletion for &lt;class&gt;.&lt;function&gt;</p>
<p dir="auto">For example if I type “MyU” it should first suggest me “MyUtils”, and after i select that, it should suggest me all the functions from this Class, for example “MyUtils.readString()”.</p>
<p dir="auto">Is that possible with API files?</p>
<p dir="auto">And an additional question: is NPP capable of handling large API files with ~ functions?</p>
<p dir="auto">Thanks in advance!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/17074/autocompletion-with-myclass-myfunc</link><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 08:34:37 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17074.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 08 Feb 2019 10:48:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Autocompletion with MyClass.myFunc on Fri, 08 Feb 2019 15:50:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m-c0de" aria-label="Profile: m-c0de">@<bdi>m-c0de</bdi></a></p>
<p dir="auto">I think that after you select <code>MyUtils</code>, you will have to type a period for the autocomplete to begin suggesting things that begin with <code>MyUtils.</code>.  Other than that, I would expect it to work as you desire.</p>
<p dir="auto">I don’t think size will be a problem for you. My “C” auto-completion file is almost <code>3.5 Megabytes</code> and works very well.  Currently it includes <code>3230 UEFI function definitions</code> extracted from .h files and <code>463 keywords</code>!  Obviously I didn’t do this by hand; I wrote an AWK script that I use to generate a new (updated) auto-completion file periodically.</p>
<p dir="auto">Keep in mind that you have to keep the entries sorted alphabetically.  If you get something out of order, then you may never see a portion of your entries (but you will not get any kind of error message).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/39477</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39477</guid><dc:creator><![CDATA[Jim Dailey]]></dc:creator><pubDate>Fri, 08 Feb 2019 15:50:30 GMT</pubDate></item><item><title><![CDATA[Reply to Autocompletion with MyClass.myFunc on Fri, 08 Feb 2019 15:02:17 GMT]]></title><description><![CDATA[<p dir="auto">or you can <a href="https://sourceforge.net/projects/narduinoplugin/" rel="nofollow ugc">solve your Q yourself</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/39474</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39474</guid><dc:creator><![CDATA[rinku singh]]></dc:creator><pubDate>Fri, 08 Feb 2019 15:02:17 GMT</pubDate></item><item><title><![CDATA[Reply to Autocompletion with MyClass.myFunc on Fri, 08 Feb 2019 14:25:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/eko-palypse" aria-label="Profile: Eko-palypse">@<bdi>Eko-palypse</bdi></a> will give you best suggest<br />
i think a custom dll can do this autocomplete without ‘python script’</p>
]]></description><link>https://community.notepad-plus-plus.org/post/39472</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39472</guid><dc:creator><![CDATA[rinku singh]]></dc:creator><pubDate>Fri, 08 Feb 2019 14:25:44 GMT</pubDate></item></channel></rss>