Netbeans useful keyboard shortcuts

java, netbeans

Solution

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

Problem

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.

Original source