[
https://issues.apache.org/jira/browse/NETBEANS-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16316348#comment-16316348
]
Christian Lenz edited comment on NETBEANS-183 at 1/8/18 1:57 PM:
-----------------------------------------------------------------
Have a look here `.netbeans/config/Editors/text/x-php5/Preferences` and in the
`.netbeans/config/Editors/text` you can find the other ones. The entry is
missing, you have to add it I think:
{code}
<entry javaType="java.lang.Integer" name="completion-auto-popup-delay"
xml:space="preserve">
<value><![CDATA[100]]></value>
</entry>
{code}
try a high one like 500 or 1000 to test it and you can set it to 1 or 0.
was (Author: chrizzly):
Have a look here `.netbeans/config/Editors/text/x-php5/Preferences` and in the
`.netbeans/config/Editors/text` you can find the other ones. The entry is
missing, you have to add it I think:
{code}
<entry javaType="java.lang.Integer" name="completion-auto-popup-delay"
xml:space="preserve">
<value><![CDATA[100]]></value>
</entry>
{code}
> Code completion is very slow
> ----------------------------
>
> Key: NETBEANS-183
> URL: https://issues.apache.org/jira/browse/NETBEANS-183
> Project: NetBeans
> Issue Type: Bug
> Components: ide - Performance, java - Editor
> Affects Versions: 8.2
> Environment: NetBeans 8.2, Windows 10 x64
> Reporter: Christian Lenz
> Attachments: slowCodeCompletion.gif,
> slowCodeCompletionForwardCalls.7z, slowCodeCompletionSnapshot.nps
>
>
> I have 12 Projects open in NB 8.2 RC. Some Plugin development stuff for NB
> and some html projects and one multi module project based on maven. I have a
> JAVA file where I want to add code and as you can see in my screen capture,
> it is e mess to code, because it is very slow. Code completion comes up after
> seconds and not milliseconds as expected. That makes programming very
> ineffective.
> Cheers
> Chris
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists