Reputation: 17835
I just installed NetBeans 8.10 on Windows 10 (64-bit). Everything works fine, but I don't know, how to turn off hint in PHP files about renaming global functions.
I search in Tools > Options > Editor > Hints, but found nothing relevant...
Upvotes: 9
Views: 700
Reputation: 1286
Not the way you want but an option is ask someone to zip configuration options with export button (bottom left) in Tools > Options and import it with import near export one
EDIT: Tools > Options > Editor > Hints and Language PHP uncheck Error Control Operator Misused
Upvotes: 3
Reputation: 17995
Upgrade to NetBeans 8.1 (currently in Beta). The "Fix Name To" hints disappeared for me.
Upvotes: 2
Reputation: 3737
Quoting another similar (if not identical) question
If the name of your application is different from the name in the netbeans.conf file you will get this error. The way to fix it is to open the netbeans.conf file and change the name to the current name of your application.
The location of netbeans.conf
depends on your build/system. Might be
C:\Program Files\NetBeans 8.10\etc\netbeans.conf
Upvotes: 0