[jira] [Commented] (NETBEANS-183) Code completion is very slow

2018-01-08 Thread Allan Laal (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16316318#comment-16316318
 ] 

Allan Laal commented on NETBEANS-183:
-

I've thought about dropping NetBeans so many times because of this :(
code completion is excruciatingly slow even on a Linux with 8x i7 cores + 32GB 
of ram + SSD

I only run 1 web project per NB window, granted they are Magento e-shops with 
lots of libraries.

I've stopped paying attention to code completion the last few years - it's more 
of a hindrance, because it pops up hundreds of milliseconds later. 

Also, code completion is functionally incomplete for most bigger (abstract) 
frameworks because of #NETBEANS-256

> 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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-183) Code completion is very slow

2018-01-08 Thread Christian Lenz (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16316336#comment-16316336
 ] 

Christian Lenz commented on NETBEANS-183:
-

First thing to say here is, that the initial delay of the code completion is 
round about 200 ms and it is not configurable via options. It is only 
configurable via xml files of the editors, this needs a change.

The other thing is that, when I set the delay down it is still slow, but for 
this I don't know why. Maybe about the scanning stuff or whatever.

> 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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-183) Code completion is very slow

2018-01-08 Thread Allan Laal (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16316341#comment-16316341
 ] 

Allan Laal commented on NETBEANS-183:
-

[~Chrizzly] what XML file is this setting at?

in 200ms I will be writing the next sencence, not waiting around for code 
completion on the original method :D

> 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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-183) Code completion is very slow

2018-01-08 Thread Christian Lenz (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16316348#comment-16316348
 ] 

Christian Lenz commented on NETBEANS-183:
-

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}



{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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-183) Code completion is very slow

2018-01-08 Thread Christian Lenz (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16316351#comment-16316351
 ] 

Christian Lenz commented on NETBEANS-183:
-

This helps me sometimes but not that often.

> 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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-183) Code completion is very slow

2020-08-20 Thread Jira


[ 
https://issues.apache.org/jira/browse/NETBEANS-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181383#comment-17181383
 ] 

Matěj Kmínek commented on NETBEANS-183:
---

+1 for this. I have a PHP project, consisting of about 80 modules, each of them 
having up to 10 php classes. For every code completion I need to wait about 
13~17 seconds - which makes it unusable. I am already testing another IDEs and 
they seem to work like charm. But damn, I dont want to leave NB, I got already 
pretty used to it :)

> 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
> NetBeans >8.2 Dev Ubuntu Mate Linux 64bit with 8x i7 cores + 32GB of ram + SSD
>Reporter: Christian Lenz
>Priority: Major
> 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
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-183) Code completion is very slow

2020-08-20 Thread Junichi Yamamoto (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181519#comment-17181519
 ] 

Junichi Yamamoto commented on NETBEANS-183:
---

[~KminekMatej] Could you please submit your problem as a new issue with 
details(e.g. example project to reproduce it, snapshot, etc.)? 

> 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
> NetBeans >8.2 Dev Ubuntu Mate Linux 64bit with 8x i7 cores + 32GB of ram + SSD
>Reporter: Christian Lenz
>Priority: Major
> 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
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-183) Code completion is very slow

2020-08-21 Thread Jira


[ 
https://issues.apache.org/jira/browse/NETBEANS-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181828#comment-17181828
 ] 

Matěj Kmínek commented on NETBEANS-183:
---

[~junichi11]  - thanks for a quick response, I created it there: 
https://issues.apache.org/jira/browse/NETBEANS-4730

> 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
> NetBeans >8.2 Dev Ubuntu Mate Linux 64bit with 8x i7 cores + 32GB of ram + SSD
>Reporter: Christian Lenz
>Priority: Major
> 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
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists