Skip to main content
0 votes
0 answers
35 views

In the example below, if I try to turn val x into val (x,y) IDE complains vigorously. If I try to make the return an explicit pair for the val (p,q) assignment it get the same errors. I do not ...
Mike Hanafey's user avatar
  • 5,643
0 votes
0 answers
48 views

I have a Java service that relies on a dependency jar that I have modified. Within the dependency I have updated 2 different sections of code for unrelated functionality. I have updated the version of ...
Timbuck's user avatar
  • 423
-5 votes
1 answer
67 views

Terminal screenshot I am using the default IntelliJ theme, but inside the terminal, the colors of the font I type and the response I get are a white pale yellow color, which is often hard to read. I ...
Hardik Kumar's user avatar
Tooling
0 votes
0 replies
24 views

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 ...
paweloque's user avatar
  • 19k
0 votes
1 answer
64 views

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. <?...
Sergey Zolotarev's user avatar
-1 votes
0 answers
69 views

I am using IntelliJ Idea with Gradle. Take for example: /** * Make sure to run the runData configuration before starting the client */ could runData there be substituted for something clickable/...
Maksiks's user avatar
  • 114
-1 votes
0 answers
38 views

I'm working on a Spring Boot application using IntelliJ IDEA. I can run the application locally with a Maven run configuration using the goal spring-boot:run, and it works as expected, I have also ...
paymer's user avatar
  • 506
-3 votes
0 answers
57 views

I'm working on a Spring Boot application using IntelliJ IDEA. I can run the application locally with a Maven run configuration using the goal spring-boot:run, and it works as expected. However, this ...
paymer's user avatar
  • 506
0 votes
1 answer
112 views

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, ...
T Schi's user avatar
  • 116
0 votes
1 answer
72 views

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 ...
Daniel Maldonado's user avatar
1 vote
1 answer
47 views

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 ...
bluesman80's user avatar
Tooling
1 vote
2 replies
46 views

I'm just amazed, but is there really no function for highlighting directories and files with problematic code? The thing is, in one of my projects, I used JS in PyCharm, and there is a linter called ...
Artem Filippov's user avatar
-1 votes
0 answers
108 views

Created a JavaFX app using Java 21 and copied this tutorial to build my project https://www.youtube.com/watch?v=udigo_qSp_k I then created my project, and everything ran fine in an IDE. When trying to ...
Aadi's user avatar
  • 5
0 votes
1 answer
40 views

I'm trying to replicate this kind of SQLPlus code specifically in IntelliJ's Query Console connected to an Oracle DB: -- this syntax not available in IntelliJ's Query console. variable rc refcursor; ...
jeancallisti's user avatar
  • 1,794
0 votes
0 answers
63 views

I work for a fairly large company that unfortunately has an unchangeable company policy of enforcing line breaks in method chains only via line comments due to the mandated formatter. So our chains ...
userrr3's user avatar
  • 483

15 30 50 per page
1
2 3 4 5
2938