44,035 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
1
vote
0
replies
37
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
0
answers
86
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
31
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
53
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
115
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 ...
0
votes
1
answer
271
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
88
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 ...
Tooling
0
votes
3
replies
28
views
Can Intellij Idea recognize classes generated directly (in a form of ready .class files)?
A part of maven build writes .class files on 'generate resources' stage, maven build is ok with it but is there a way to set it up properly in Intellij Idea?
0
votes
1
answer
85
views
How to define Run/Debug configuration templates per module?
Is it achievable in any way, shape or form, to be able to create a JUnit Run/Debug configuration template that has VM argument -javaagent and it being applied to only one of many modules?
I have ...
Tooling
0
votes
0
replies
27
views
Accessing coverage report as a database
I'm working on a large java project and want to analyse the coverage of the Database-layer in the System. For that purpose, I'm generating a code coverage Report with Intellij. It allows me to see the ...
0
votes
1
answer
67
views
IntelliJ IDEA doesn't see type from .m2 jar
A Maven dependency is loaded, expected types are present in the jar in .m2, yet IntelliJ paints the import in red.
I tried deleting the dependency directory and loading it again, it didn't help.
<?...
0
votes
1
answer
127
views
Parameter Info popup is extremely small and can’t be resized on macOS
I have an issue regarding the popup window size.
When I press View Parameter Info (⌘P) in PhpStorm, the popup window that shows the function parameters is extremely small. Its height is about 20–30px, ...
0
votes
1
answer
108
views
Gluon plugin IntelliJ 2025.1+ dependency on com.intellij.javafx
With this announcement: https://platform.jetbrains.com/t/javafx-runtime-for-plugins-is-deprecated-in-2025-1/944
It is obvious why this is not working. However, I have not been able to find a ...
1
vote
1
answer
95
views
Is there a way to review PR's (GitHub) within IntelliJ IDEA
Using IntelliJ IDEA 2025年2月4日. Our repos are private in a GitHub organization. I want to review the PR's within IntelliJ IDEA. I know it's possible via the native GitHub plugin of JetBrains. But ...