views:

203

answers:

1

Does NetBeans have a way to show all the editor hints (like missing braces, unused imports, etc.) for a project? Ideally, they would show up in the Task List, but the warning icons in the project view would be fine too.

Right now, the best I can do is to open each file and look at the color indicator next to the scrollbar.

+1  A: 

I think you need to use the Tasks window.

To open the window, use the Tasks item from the Window menu on the menu bar.

You can choose to look at the tasks/hints/errors for the - file that you are currently editing - the main project (and the projects that it depends on) - all projects open in the IDE

vkraemer
I can't get it to show hints though, just warnings, errors, and TODO comments.
Matthew Crumley
There is an issue for this... http://netbeans.org/bugzilla/show_bug.cgi?id=151760
vkraemer