intellij-plugin Questions

3

I installed the IntelliJ Prettier plugin for web development. Unfortunately I was not able to specifiy a custom configuration, which consists of this line: "prettier.singleQuote": true. What I tri...
Kephart asked 22/6, 2018 at 10:6

5

Solved

I'm developing an IntelliJ-idea plugin and want to run code in background task (visible in the background tasks dialog and in another thread than the UI). I found the following Helper class and tr...
Coahuila asked 10/9, 2013 at 17:29

8

Solved

Does anyone know whether it is possible to save the state of an object while debugging? I would like to compare the state of an object in two different execution cycles. Bonus Question: Anyone wi...
Catholic asked 1/4, 2016 at 12:11

7

I am using IntelliJ IDE for my projects and just installed ideamvim plugin. In the .ideavimrc I added this property set rnu with this property I get relative line numbers in my files in intellij wh...
Lorant asked 8/5, 2020 at 14:37

1

I'm behind a corporate proxy and unable to use GitHub Copilot on WebStorm. This is the error that I'm getting: GitHub Copilot is working on VsCode after using the monkey patch solution given in se...
Oscaroscillate asked 7/9, 2022 at 17:57

6

Solved

While browsing the code in PyCharm(community edition) how to go back to the previously browsed section? I am looking for eclipse back button type functionality with Pycharm.
Gradate asked 3/7, 2014 at 8:15

2

Solved

How can I configure IntelliJ IDEA to have Annotation processors enabled by default? Currently, I have to enable it manually for every imported project.
Possibility asked 9/6, 2017 at 8:3

6

Solved

I updated IntelliJ IDEA to version 2018.2.7, and Lombok's @Builder annotation is not recognised anymore. The project already had Lombok annotations, which worked fine with previous (2017...) versio...
Prepay asked 15/5, 2019 at 14:33

11

I need to use an environment variable in all of my idea run configurations. I currently use run->edit configurations->and then enter the env variables in selected configuration. However, that...
Washy asked 15/8, 2017 at 15:32

3

Solved

From time to time I have this annoying tests with intermittent issues, that I need to run many times to expose. I was looking for a convenient way to set a number or "endless loop" from the intelli...
Surprisal asked 8/9, 2016 at 16:34

3

Does InteliJ IDEA has GitLab integration? I couldn't find any Merge Requests and Code Review management. May be some plugins are needed? Could you advice?
Parson asked 4/6, 2021 at 8:10

2

A message is appearing in pycharm Missing Keymap Cannot find keymap 'Windows Proper Redo" I don't know what this message means and how to solve it. Please help
Molly asked 8/12, 2020 at 2:57

2

Solved

I am using IdeaVim in Intellij as I can't really get over modular editing. But there are times when I just want it completely disabled (like when a coworker shows me something on my computer). I k...
Skite asked 7/11, 2019 at 12:17

12

Solved

I have installed a plugin which now crashes my Android Studio on start. Does someone know where Android Studio stores its downloaded plugin files, so I can delete it manually?
Reimpression asked 8/5, 2014 at 8:52

5

I am using intellij for building spring boot application and i am facing issues in autocomplete in yml files using intellij community edition? Is there any plugin available for the intellij...
Synergist asked 19/10, 2017 at 10:1

8

Solved

I am trying to install flutter and dart into Android studio and for reasons beyond my comprehension i cannot use the plugins marketplace online so i have to download the plugins manually by the bro...
Ouabain asked 18/4, 2020 at 18:52

1

Solved

Lately I am using sometimes VS Code and IntelliJ. The VS Code feature of recommended extensions is great for the initial setup of projects. Is there an equivalent in the JetBrains ecosystem for Plu...
Kweiyang asked 30/10, 2022 at 19:2

3

Solved

How can I override a value that is used internally in IntelliJ, for example this expression: Registry.intValue("a.b.c") I can access the registry Registry.getInstance() but it doesn't allow upda...
Cyst asked 9/2, 2015 at 17:30

4

Solved

I want to list all maven dependencies (including transitive ones) of my gradle build with their licenses. Is this possible with the IntelliJ gradle plugin? If yes, how? Alternatively a gradle comma...
Innuendo asked 18/6, 2014 at 8:10

8

Solved

Is it possible to expand the entire project tree in Intellij? I would like to do this so I can more easily search the structure and jump back and forth between files and folders. I know of double...

9

Solved

I'm completely new to development using Play or IntelliJ for that matter. I've created a simple HelloWorld application using Activator, and this is an sbt project. I've been trying to import this ...
Cornea asked 24/7, 2014 at 15:1

1

I want to create a plugin for my company so that an action is fired on hover, and only in a specific case (a specific and partially constant string). Example: Say I have an XML/HTML file with s...
Pember asked 5/6, 2017 at 12:11

7

I am trying to create a component diagram using the PlantUML plugin for IntelliJ. I have installed the plugin and worked with it before. However, when I try to render a component diagram, I get an ...
Philanthropist asked 29/1, 2019 at 4:42

2

While running test cases from IntelliJ - facing this issue. mvn clean install works fine though. Anyone faced this issue before ?
Disclaim asked 28/11, 2018 at 5:51

3

Solved

Error: The Checkstyle rules file could not be parsed. SuppressionCommentFilter is not allowed as a child in Checker The file has been blacklisted for the 60s. Note: the Checkstyle version which I ...

© 2022 - 2025 — McMap. All rights reserved.