44,031 questions
Tooling
0
votes
1
replies
17
views
What is the most solid/stable/snappy OLD version of IntelliJ idea in your experience?
I am so tired of dealing with IntelliJ performance issues,
I do not remember any feature they released in last 10 years that i actually care or absolutely need to compromise solid/stable/snappy ...
1
vote
1
answer
90
views
How to configure IDEA to look in different source sets depending on the build option?
This is a Java/Kotlin project. I want to be able to write code with one abstraction in the main and different implementations in multiple source sets. And then run it as a Java application.
There are ...
-3
votes
0
answers
35
views
How can I customize the title bar in Windows [closed]
How can I customize the title bar in Windows, similar to the tabs in Google Chrome, which are displayed on the title bar? I'm also looking for something similar to the title bar in IntelliJ IDEA. I ...
0
votes
0
answers
44
views
IntelliJ - After "Show history" on a specific git repo, why did the git branche panel display the list of branch of ALL repo?
I'm using IntelliJ IDEA 2025.1 (Community Edition). I have a workspace with multiple modules. Each module is linked to a specific GIT repo.
On a previous version, when I right-clicked on a module > ...
1
vote
0
answers
43
views
Unfound Dart Command: Restart Analysis Server
What's the problem:
It seems that I no longer have the Dart/Flutter Analysis Server, with means I don't have access to code snippets and shortcuts as well as running from VSCode (F5). In the bottom ...
1
vote
1
answer
63
views
Push notifications no longer appear in IntelliJ
IntelliJ IDEA no longer shows push status notifications. No balloon, no item in the notification panel. Commit notifications are still listed in the panel. It's inconvenient since I have to manually ...
Advice
0
votes
1
replies
29
views
In Intellij Idea, is there a way to select some code and then cast it all to a given type?
Pretty much the title really. I want to be able to select a statement and then be able to give a type to cast it to. Otherwise I have to mess around with brackets and things. Not the end fo the world, ...
Advice
1
vote
0
replies
45
views
Intellij - How to modify the google_checks.xml to be used with Code Style Scheme's auto-reformat?
I'm using Intellij IDEA with CheckStyle-IDEA plugin, then import it using Code Style -> Java -> Import Scheme -> Checkstyle Configuration -> google_checks.xml.
This lets me reformat the ...
2
votes
1
answer
183
views
Why isn't Windsurf's autocomplete working in my IntelliJ IDEA 2024?
Just installed Windsurf in IDEA 2024 and enabled autocomplete. The Chat agent works fine (I'm in China, so probably not a full network block).
But inline suggestions aren't appearing at all. Example: ...
1
vote
0
answers
35
views
Intellij Utimate edition V2025.3 "Profiler" does not exist in settings
I have Intellij Ultimate edition V2025.3 "Profiler" does not exist in Settings/Preferences > Build, Execution, Deployment > Java Profiler.
I have tried the below option as well, no ...
0
votes
1
answer
55
views
IntelliJ IDEA blocks first character after switching keyboard layout (Windows beep sound)
I am experiencing a strange input issue in IntelliJ IDEA on Windows.
When I switch the keyboard layout (for example, EN to RU) and immediately start typing, the first character is blocked and Windows ...
0
votes
1
answer
119
views
Git .lock file not found
I am trying to do a git fetch (or any other Git command) and I get the following error:
fatal: Unable to create '/path/to/repo/.git/refs/remotes/origin/main.lock': File exists.
There are no .lock ...
2
votes
1
answer
453
views
Intellij IDEA: Driver class 'com.dbschema.MongoJdbcDriver' is incompatible with current JRE
I was getting this error after clicking the test connection button for a MongoDB connection in the IntelliJ IDEA Database tab:
Driver class 'com.dbschema.MongoJdbcDriver' is incompatible with current ...
0
votes
0
answers
90
views
Big JavaScript resource file compare
I'm comparing two very large JavaScript files generated by MicroStrategy (unminified versions from 11.4.3 and 11.5). Both files are 9–10 MB and contain long, auto-generated JS blocks.
When I use ...
Tooling
0
votes
3
replies
51
views
How to configure IntelliJ IDEA to include parameter and return types in auto-generated JavaDoc?
Is there a way to make Intellij add the types of the parameters and the return values in its auto-generated java documentation?
My desired documentation format would look like this:
/**
* Calculates ...