detekt / detekt-intellij-plugin

detekt plugin for IntelliJ
https://plugins.jetbrains.com/plugin/10761-detekt
Apache License 2.0
297 stars 39 forks source link

detekt doc toolwindow doesn't work on Android Studio #488

Closed rock3r closed 1 year ago

rock3r commented 1 year ago

Since AS doesn't ship a JBR with JCEF (for a number of reasons), the detekt doc toolwindow isn't very useful. Its message isn't correct either, as the boot JDK is the JetBrains Runtime, it just doesn't include the JCEF.

image

You should consider marking the toolwindow as not available if the JCEF is not available.