What is the NetBeans keyboard shortcut for code generation for child class constructors?

Posted by waiwai933 on Stack Overflow See other posts from Stack Overflow or by waiwai933
Published on 2010-06-12T20:10:57Z Indexed on 2010/06/12 20:23 UTC
Read the original article Hit count: 199

I was coding in NetBeans (PHP) today, and my hand slipped while I was typing a constructor. It must have hit a keyboard shortcut, because a constructor that was designed for a child class appeared on my screen (i.e. it called the parent constructor, so it's not the Insert Code -> Constructor, I don't think). Does anyone know what the shortcut is?

© Stack Overflow or respective owner

Related posts about ide

Related posts about netbeans