Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
37 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
52 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
  • 421
-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
70 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
48 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
64 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
1 vote
0 answers
34 views

I've installed IntelliJ Idea 2025.2.4 in order to create an app for smartphones, and since I'm only a bit familiar with activity views, I've selected the item "empty activity" from the menu ...
AlgebraicsAnonymous's user avatar
1 vote
1 answer
68 views

I started new project with spring boot starter web and ran into a problem. package com.example.project2; import org.springframework.stereotype.Controller; import org.springframework.web.bind....
user28648991's user avatar
0 votes
1 answer
113 views

I'm facing an issue with IntelliJ IDEA where it displays classes contained within a Java file as separate nodes in the Project View, rather than showing just the single .java file. Problem: In my ...
notabicek's user avatar
0 votes
1 answer
50 views

in Idea code style settings for most tabls the preview panel has line width of 100 characters and for the "Wrapping and Braces" tab the line width is 37 characters. I can't find where it's ...
basin's user avatar
  • 4,228
1 vote
0 answers
70 views

PROBLEM Hi, I have IntelliJ Ultimate 2025.2.4, and Android Studio 2025.2.1. When I create a new default project in either one > download all the sources it needs > sync gradle > then click ...
Action Jackson's user avatar
0 votes
0 answers
62 views

I want to use fixtures in my project, but when I extend test from Playwright - those tests don't have run button. I referred to the Playwright docs, took their code and just removed some lines to make ...
Ivan Patiuk's user avatar
2 votes
1 answer
66 views

Pressing Ctrl+F12 displays the file structure with a list of all fields and methods. Is it possible to change the sorting of this list so that the fields are displayed first and then the methods? The ...
Arvalon's user avatar
  • 121
0 votes
1 answer
66 views

-Djasypt.encryptor.password=abc in VM options or --jasypt.encryptor.password=abc in program arguments even jasypt.encryptor.password=abc in environment variables cannot make IDEA start program ...
Tiina's user avatar
  • 4,869
1 vote
1 answer
94 views

I need to clean up my project that is written in Typescript. I want to find all code (functions, classes, class functions, etc) that are unused. If a function is used only in a test file, it is unused ...
chibis's user avatar
  • 898
1 vote
1 answer
124 views

I’ve built a modular JavaFX application using JDK 21 and JavaFX SDK 21.0.1. The project runs perfectly inside my IDE (IntelliJ IDEA), but when I try to export it as a .jar file and run it outside the ...
Rohan's user avatar
  • 18
0 votes
0 answers
35 views

In my root projects build.gradle.kts I do following: fun DependencySubstitutions.substitute( lib: Provider<MinimalExternalModuleDependency>, module: String, ) { val dep = lib.get() ...
prom85's user avatar
  • 18k
0 votes
0 answers
89 views

My "console" (the run output window, not the terminal) does not use UTF-8 encoding, no matter what I try. Observations: if I run an Android project, the logcat does work the terminal does ...
prom85's user avatar
  • 18k
0 votes
0 answers
35 views

I've tried to using some Tests in IntelliJ IDEA (Ultimate) with TypeScript. I've created the directory /tests/ and added an HelloWorld.ts: import test from'node:test'; import assert from "node:...
Adrian Preuss's user avatar
0 votes
0 answers
67 views

since last night I’ve been having the problem that my Flutter project can no longer be built because I’m getting compile errors in IntelliJ. My code looks as follows class GuestBookingDetailController ...
Ertan's user avatar
  • 1
0 votes
1 answer
54 views

I’m currently using the local IntelliJ MCP server feature, and it works very well. However, when I’m developing in a remote environment, I can’t connect to Claude Desktop. Is there any solution for ...
iknow kim's user avatar
0 votes
1 answer
49 views

I have 2 files in my project, and I want to use 1 class, the IDE doesn't propose to import that, how can I fix it? The class I want to import has "export" keyword, and the auto import is ...
Ivan Patiuk's user avatar
0 votes
1 answer
46 views

In our codebase, we would like to highlight all usages of the @Modifying annotation that don't use @Modifying(clearAutomatically = true, flushAutomatically = true). These are currently the only two ...
Matt's user avatar
  • 3,190
2 votes
0 answers
107 views

When I copy a .kt file from one project to another (or within the same project) in Android Studio Narwhal 3 Feature Drop | 2025.1.3, the IDE automatically modifies parts of my Kotlin code. Example: ...
Tuấn Quốc Trần's user avatar
0 votes
2 answers
122 views

I am having issues related to my tests which are failing because of slf4j-api being absent, which does not make sense because it is present as it is provided as a transitive dependency from one of the ...
Hakan54's user avatar
  • 4,077
0 votes
0 answers
58 views

How to avoid spell checking for hex color codes like "#f8cecc" in PyCharm? I would expect PyCharm to not check spelling for color codes. I tried to use # noinspection but it did not work. I ...
Stefan's user avatar
  • 12.8k
-1 votes
1 answer
74 views

I am experiencing the following issue in IntelliJ's Maven Runner: When I specify a trust store via Settings -> Maven Runner -> VM Options and enter the TrustStore there (I need this for a ...
Philipp Schneider's user avatar
1 vote
1 answer
31 views

I wonder if there is a way to disable IntelliJ http cli tools progress bar? Even if it is quite handy when run, it creates quite a few annoying logs when run in automation. It's a bit exaggerated, ...
my-'s user avatar
  • 646
0 votes
0 answers
24 views

In gradle.kts, I have: testing { suites { val test by getting(JvmTestSuite::class) { useJUnitJupiter() } val integrationTest by registering(JvmTestSuite::class) { ...
Huka's user avatar
  • 410
0 votes
1 answer
93 views

I am crating a custom code generator with the source_gen package. I want to add break points in the generator class and debug my code when I running dart run build_runner build command. Is there any ...
amir_a14's user avatar
  • 2,171
0 votes
0 answers
26 views

I have a java program started from a .run.xml intellij config, intellij died but process kept running and working fine. Is it possible for me to reconnect/attach to it so I can see the stderr and ...
MortenB's user avatar
  • 3,756
3 votes
1 answer
209 views

I have a script which I have created couple of months ago with an older version of Intellij + Python plugin. I had to migrate to new windows and also new IntelliJ Currently I am using : IntelliJ IDEA ...
fascynacja's user avatar
  • 3,186
2 votes
1 answer
177 views

PROBLEM Hi, I'm getting an endless loop of "Waiting for all target devices to come online", or the emulator just shows the Android intro but never loads. The JVM version of the program runs ...
Action Jackson's user avatar
1 vote
2 answers
107 views

When I start the app with mvn spring-boot:run, my breakpoints don’t hit. I’m trying to debug a simple REST endpoint annotated with @GetMapping. Minimal Reproducible Example: @RestController @...
Dayana Escobar's user avatar
-4 votes
1 answer
706 views

After reinstalling IntelliJ IDEA ULTIMATE (Now : 2025.2.3) I've got this warning message : Provides transitive vulnerable dependency maven:ch.qos.logback:logback-core:1.5.18 CVE-2025-11226 6.9 ...
MDIT's user avatar
  • 1,558
0 votes
0 answers
51 views

So recently I joined a Maven based Java project where the existing team is using Eclipse IDE. Earlier I have used only IntelliJ IDEA. Now what I saw that they add a tomcat server in eclipse and during ...
Sumit Roy's user avatar
1 vote
1 answer
86 views

I'm just trying the Clojure LSP plugin in Intellij IDEA Community without knowing anything about Clojure or the plugin. My goal is to start learning Clojure. I installed the plugin and clojure-lsp via ...
user38725's user avatar
  • 965
0 votes
1 answer
25 views

The JetBrains team illustrates a clean pattern for Plugin testing on their platform at https://plugins.jetbrains.com/docs/intellij/integration-tests-intro.html - the example is clean, it works, it all ...
Tao's user avatar
  • 14.1k
1 vote
1 answer
222 views

Java 25 gained the convenience class IO for simpler access to the console, with print, println, & readln methods. See JEP 512: Compact Source Files and Instance Main Methods for details. In my ...
Basil Bourque's user avatar
0 votes
1 answer
72 views

I’m customising my .ideavimrc in PyCharm (2025.2.2, IdeaVim plugin) and want the dd command to behave smarter. Empty line (only whitespace): delete without yanking (black hole register). Non-empty ...
Varity Colgate's user avatar
1 vote
1 answer
65 views

I have 2 projects, a LibraryProject and an ApplicationProject. ApplicationProject needs LibraryProject as a dependency. In the LibraryProject, the build.gradle contains: group = 'com.company.product' ...
Giorgos's user avatar
  • 56

1
2 3 4 5
882