Skip to content

Debug plugin in Pycharm Ultimate #557

Closed Answered by Runinho
Runinho asked this question in Q&A
Discussion options

You must be logged in to vote

I got it working by changing the intellij section in build.gradle.kts to:

// --- Intellij plugin

intellij {
    version.set(ideaVersion)
    pluginName.set("IdeaVim")
    // set type to PyCharm Professional
    type.set("PY")

    updateSinceUntilBuild.set(false)

    downloadSources.set(downloadIdeaSources.toBoolean())
    instrumentCode.set(instrumentPluginCode.toBoolean())
    intellijRepository.set("https://www.jetbrains.com/intellij-repository")
    // Yaml is only used for testing. It's part of the IdeaIC distribution, but needs to be included as a reference
    plugins.set(listOf("python","AceJump:3.8.4", "yaml"))
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Runinho
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant