Top "Intellij-plugin" questions

Plugin Development for IntelliJ-based IDEs

IntelliJ IDEA: Cannot import SBT project

I'm completely new to development using Play or IntelliJ for that matter. I've created a simple HelloWorld application using Activator, …

scala intellij-idea sbt intellij-plugin
IntelliJ IDEA global environment variable configuration

I need to use an envirnoment variable in all of my idea run configurations. I currently use run->edit …

intellij-idea environment-variables intellij-plugin
How to clone a project from Bitbucket into Intellij IDEA?

I tried VCS -> Checkout from Version Control -> Bitbucket (Bitbucket plugin). IDE shows the following: Login to …

version-control intellij-idea bitbucket intellij-plugin
Intellij, project navigation. Expand all folder and file tree

Is it possible to expand the entire project tree in Intellij? I would like to do this so I can …

intellij-idea intellij-plugin intellij-14 folding intellij-13
Where is the plugin folder for Android Studio on MAC

I have installed a plugin which now crashes my Android Studio on start. Does someone know where Android Studio stores …

android macos intellij-idea android-studio intellij-plugin
How to configure antlr4 plugin for Intellij IDEA

I looked all over the place for how to configure the antlr4 plugin for IntelliJ IDEA. But I can't find …

intellij-idea antlr antlr4 intellij-plugin
Save state of object in IntelliJ debug?

Does anyone know whether it is possible to save the state of an object while debugging? I would like to …

java debugging intellij-idea intellij-plugin
How to go back in PyCharm while browsing code like we have a back button in eclipse?

While browsing the code in PyCharm(community edition) how to go back to the previously browsed section? I am looking …

python intellij-idea pycharm intellij-plugin
How do you set a value in the IntelliJ Registry?

How can I override a value that is used internally in IntelliJ, for example this expression: Registry.intValue("a.b.…

java intellij-idea intellij-plugin
Attaching Gradle sources in IntelliJ IDEA

Once after I create a Gradle project in IntelliJ using the default gradle wrapper and create directories option I see …

intellij-idea gradle intellij-plugin