Open
Description
If a file is in csharpierignore, or it has a comment like // <auto-generated>
then csharpier will not format the file.
If a file does not compile, csharpier will also not format the file.
This can cause confusion to someone using the plugin who runs the action "Reformat with CSharpier".
This should notify them somehow that the file is ignored or has a compilation error. Probably not with the auto format, but if they specifically take an action like "Reformat file" we should let them know.