0verEngineer / InlineProblems

Plugin to show problems inside the text editor for IDEs based on the IntelliJ Platform
GNU General Public License v3.0
61 stars 7 forks source link

Q: Any way to do this only for specific file type? #54

Closed loeffel-io closed 7 months ago

loeffel-io commented 7 months ago

example:

.go: YES .proto: NO

0verEngineer commented 7 months ago

No, but this would be a very nice feature, i will check if this can be done 👍

0verEngineer commented 7 months ago

@loeffel-io I have implemented this with a file extension blacklist in the settings, the beta should be available as soon as it is checked by JetBrains. https://github.com/0verEngineer/InlineProblems/pull/56

loeffel-io commented 7 months ago

@0verEngineer 💯🙏