Skip to content

Instantly share code, notes, and snippets.

View aridder's full-sized avatar

Asbjørn Riddervold aridder

View GitHub Profile
@tordjon
tordjon / plugin.kts
Last active November 1, 2022 11:46
LivePlugin for navigating to the build.gradle or build.gradle.kts file of the module that hosts the currently open file in editor
import com.intellij.openapi.project.Project
import com.intellij.openapi.roots.ProjectRootManager
import com.intellij.openapi.vfs.VirtualFile
import com.intellij.psi.search.FilenameIndex
import com.intellij.psi.search.GlobalSearchScope
import liveplugin.registerAction
import liveplugin.show
import liveplugin.virtualFile
registerAction("Find gradle build file", "alt G") { event ->