we are using SonarQube and SonarLint to analyze Java code in IntelliJ and it is working well.
However, we also have some projects in PL/SQL which we currently analyze using the
PL/SQL Plugin (which is only available commercially) on our SonarQube installation. We would like to enable developers to analyze the PL/SQL code pre-commit with SonarLint as well. Is there a way to enable support for additional languages in SonarLint for IntelliJ or can I file a feature request for this somewhere?