Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans useful keyboard shortcuts [closed]

Tags:

java

netbeans

Could anyone write or give a link to useful keyboard shortcuts in NetBeans? I use this IDE and I would like to know useful things, when creating any application in java.

I ask for more than Ctrl+Space, but I ask for keyboard shortcuts especially in Java.

On the Internet I found a lot of keyboard shortcuts, but I cannot find site with useful ones.

like image 726
user3240883 Avatar asked Jan 28 '14 17:01

user3240883


2 Answers

You can check and change these in the Settings.

Tools -> Options -> Keymap

Cool is e.g. auto-format.

What is useful and what not is very dependent on your coding-stlye, teamwork etc. Also the actual shortcut can be configured, so it can be different on any computer.


You can also create shortcuts like type sysout and then press Clt+Space.

You find and can edit/add these here Tools -> Options -> Editor -> Code Templates

like image 45
3244611user Avatar answered Sep 29 '22 09:09

3244611user


That would be the following PDF: https://usersguide.netbeans.org/shortcuts.pdf

Note that it is written for Netbeans 7.4, so depending on your version, not everything needs to be in use.

Also this topic is worth the read: https://stackoverflow.com/questions/628830/netbeans-tips-and-tricks?rq=1

like image 189
skiwi Avatar answered Sep 29 '22 08:09

skiwi