Reputation: 57192
Is there a way to get IntelliJ to show the problems that occur in html files in the Problems or Project view? For example, I created an invalid html file that has a red line in it for an invalid tag. However, that error only shows up locally in the file, not in the Project view or Problems view.
I have setup a scope to include all files for the project, but html files don't seem to get captured.
Basically I'm looking for a way to determine at a high level which of my html files are invalid.
Upvotes: 0
Views: 399
Reputation: 401887
Please use Analyze
| Inspect Code with the appropriate profile to get results for all the files (or for the files from the specified directory/scope). In IDEA 12 it's moved to Code
| Inspect Code menu.
Upvotes: 2