|
@@ -20,7 +20,7 @@ image::sdk/netbeans_code_completion.png[netbeans_code_completion.png,width="",he
|
|
|
*Code Completion*
|
|
|
|
|
|
* Complete keyword / method / variable: kbd:[Ctrl+Space] +
|
|
|
-Alternatively you can also use kbd:[Ctrl+\\]
|
|
|
+Alternatively you can also use kbd:[Ctrl+\ ]
|
|
|
** Customize Code Completion options: menu:Tools[Options > Editor > Code Completion]
|
|
|
|
|
|
* Show expected parameters of this method in a tooltip: kbd:[Ctrl+P]
|
|
@@ -82,7 +82,7 @@ and press Enter: The editor generates skeleton code for a Javadoc comment.
|
|
|
* btn:[RMB] click the project in the Projects window and choose Generate Javadoc.
|
|
|
* btn:[RMB] click a file and choose menu:Tools[Analyze Javadoc]
|
|
|
|
|
|
-To display a javadoc popup in the editor, place the caret in a line and press kbd:[Ctrl+Space] (Alternatively use kbd:[Ctrl+\\]).
|
|
|
+To display a javadoc popup in the editor, place the caret in a line and press kbd:[Ctrl+Space] (Alternatively use kbd:[Ctrl+\ ]).
|
|
|
|
|
|
* If the javadoc popup doesn't work, make certain that
|
|
|
** You have the Java JDK documentation installed and set up: menu:Tools[Java Platforms]
|