Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Avoiding Netbeans documentation pop up window when editing code

Tags:

netbeans

This info window you see down here appears every time some CSS property or HTML attribute is written. The one on the top contains documentation about that element, and I dont want it to appear as it is very annoying when coding.

How can I make it not appearing? I've searched on Tools - Hints but cant fins this option.

image

like image 440
Biomehanika Avatar asked Sep 01 '14 14:09

Biomehanika


Video Answer


2 Answers

Tools->Options->Code Completion tab

Remove checkbox from "Auto popup documentation window"

like image 176
Alexei T Avatar answered Sep 28 '22 08:09

Alexei T


Click on Tools--->Java Platforms.

Classes tab will be open by default,please switch it to Javadoc tab!

NetBeans IDE

There will be a manual entry for javadoc like http:\\docs.oracle.com/java/api/...,kindly click on Remove button,close this window and then restart Netbeans IDE!!!

This effect will be done and you won't be seeing any popups!

If it doesn't help,please leave a comment!

like image 30
Am_I_Helpful Avatar answered Sep 28 '22 08:09

Am_I_Helpful