I recently moved from Dreamweaver (10+ years) to Netbeans and love it. The only problem I am encountering is that I use to double-click the PHP variable name and the code editor, automatically selecting the variable name, but NOT including the initial $.
So, if you double-click $ variableName, only the variable Name will be highlighted. In NetBeans, if you double-click $ variableName, you automatically select the full name of the variable and $.
I understand that this is a small problem, but I double-click on the variable names and drop them into bindParams about a hundred times a day, and this makes me gatki always delete $ after insertion.
Using Netbeans 7.4
source share