<?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[Autocomplete issues.]]></title><description><![CDATA[<p dir="auto">Hello.<br />
I’ve been for a long time on Npp 6.3.2 and got used to PHP functions autocomplete. Yesterday I’ve updated to 7 and noticed, that autocomplete does not work as it did earlier.<br />
6.3.2 behaviour:<br />
I type “file” or “file_get”, press ctrl+space and hints popup shows up.<br />
7 behaviour:<br />
I type “file”, press ctrl+space and hints popup shows up.<br />
I type “file_get”, press ctrl+space and no hints.</p>
<p dir="auto">I tried many variations and figured out, that problem is in “_” symbol.</p>
<p dir="auto">How to fix this?</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/12530/autocomplete-issues</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 03:37:03 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/12530.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 16 Oct 2016 14:04:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Autocomplete issues. on Mon, 17 Oct 2016 18:25:27 GMT]]></title><description><![CDATA[<p dir="auto">Hi, <strong>Alex s</strong>,</p>
<p dir="auto">Very <strong>easy</strong> to get it :-))</p>
<ul>
<li>
<p dir="auto">Open, in N++, the file <strong><code>....\Plugins\APIs\php.xml</code></strong></p>
</li>
<li>
<p dir="auto">At <strong>beginning</strong> of this file, just under the <strong><code>&lt;AutoComplete&gt;</code></strong> tag, <strong>insert</strong> the line, below :</p>
<p dir="auto">&lt;Environment ignoreCase=“no” startFunc=“(” stopFunc=“)” paramSeparator=“,” additionalWordChar = “_” /&gt;</p>
</li>
<li>
<p dir="auto"><strong>Save</strong> the changes, done in <strong>php.xml</strong>, and <strong>close</strong> this file</p>
</li>
<li>
<p dir="auto"><strong>Close</strong>, then, <strong>re-start</strong> Notepad++</p>
</li>
<li>
<p dir="auto">Open a <strong>PHP</strong> file or a <strong>new</strong> tab and define the language <strong>PHP</strong>, for this <strong>new</strong> tab</p>
</li>
<li>
<p dir="auto">Type, for instance, the word, <strong><code>file_</code></strong> at beginning of a line</p>
</li>
<li>
<p dir="auto">Hit the <strong>CTRL + Spacebar</strong> shortcut</p>
</li>
</ul>
<p dir="auto">=&gt; A <strong>pop-up</strong> list should appear, <strong>located</strong> on the word <strong><code>file_exists</code></strong>, followed by the <strong>three</strong> functions, below :</p>
<pre><code>File_get_contents

File_put_contents

File_register_wrapper

.....
</code></pre>
<p dir="auto">Et voilà !</p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/18543</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/18543</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Mon, 17 Oct 2016 18:25:27 GMT</pubDate></item></channel></rss>