Context help for Java API and language in NetBeans

Can I set up context-sensitive help for the Java API and language in NetBeans.

For example, for example, pressing F1 on ServletContextListener(for API) or on a word while(for language) in the source code and getting help on these words. (e.g. in Visual Studio)

I am using NetBeans 6.5.

+3
source share
2 answers

Pressing Alt-F1 will cause javadoc to appear in the default browser, but you must install javadocs for the APIs you are using.

Java Java javadoc, , java.sun.com , Netbeans > Java, Javadoc. ZIP/Folder , .

> > Javadoc /.

+3

, , ctrl-space, (, ctrl-space).

- , Visual Studio?

+2

Source: https://habr.com/ru/post/1705673/


All Articles