How to improve Netbeans performance?

前端 未结 29 1908
情书的邮戳
情书的邮戳 2020-12-22 17:30

Is there a real way to get Netbeans to load and work faster?

It is too slow and gets worse when you have been coding for some time. It eats all my RAM.


29条回答
  •  南方客
    南方客 (楼主)
    2020-12-22 17:53

    Simplest solution:

    Go to Preferences->Editor and Disable: Auto Popup Completion Window

    Use: Meta key + \ instead when you need code completion.

    The biggest problem I found was the auto code completion feature. As I typed, it kept on trying to run code completion the whole time. This was causing really slow performance since my project has a lot of libraries that it depends upon.

    The best thing of all is you can stop fighting the editor as it keeps picking up false positives in the completion popup.

    Have not looked back since I switched this off.

提交回复
热议问题