olivernybroe / phpinsights-intellij

The IntelliJ integration of phpinsights
MIT License
18 stars 2 forks source link

[Feat] Show score of each file #3

Open olivernybroe opened 5 years ago

olivernybroe commented 5 years ago

It could be nice if you can see the score of each file and not only the errors.

The biggest problem with this one would be where in the UI we would like this information.

juslintek commented 4 years ago

I guess it could be where inspections display their stuff: image And as well could be at the bottom tab to preview nice HTML formatted score for the whole project or something like that. Which could be generated on demand. Let's say on the UI, by pressing get the score.

olivernybroe commented 4 years ago

Hmm I like that idea.

The HTML at the bottom sounds like a lot more work. I think I would first add that in when the plugin adds a HTML formatter, so we can just use that.