I am using Netbeans 8 with PHP.
Is there any way to disable the hints temporarily - for example disable the "method too long" hint for the next method?
I am using Netbeans 8 with PHP.
Is there any way to disable the hints temporarily - for example disable the "method too long" hint for the next method?
Check out this forum post.
just select Tools - Options - Editor
On the "Hints" tab choose Language: PHP
Now just uncheck the unwanted warning(s)
Hope it helps!
Keep on coding
Ares.
P.S: If this answer helps, mark it accepted so the topic closes.