Skip to main content

Questions tagged [intellij-idea]

IntelliJ IDEA is an IDE by JetBrains. It primarily supports Java development, but also supports JavaScript, Groovy, HTML, CSS, RSS, R, Haskell, PHP, Ruby, Python, Scala, Swift, Clojure, Kotlin, Hybris, Gradle and others. Questions specifically concerning usage and problems in both Community and Ultimate Editions should use this tag. However, if you have a problem with something else and just happen to be using IntelliJ, please don't use this tag.

0 votes
0 answers
10 views

IntelliJ on apple: How to reopen projects in separate windows

I always open IntelliJ projects in separate windows. When I reboot my Mac, it reopens all projects, but they all open within 1 window. Any ideas how to let IntelliJ re-open projects in separate ...
Michiel's user avatar
  • 79
-1 votes
1 answer
20 views

IntelliJ's GridLayoutManager doesn't shrink its children

Here's a simple demo. The main class displays a frame with a GridLayoutManager-managed panel. The panel contains a stack of JLabels with long text strings I expect the labels to shrink as I shrink the ...
demavi's user avatar
  • 179
0 votes
0 answers
15 views

Python Packages . Not installing on IntelliJ Idea (Community Edition) - Attribute Error

I was on IntelliJ Idea Community 2022.2, with the JetBrains' Python Community Edition plugin. I wanted to install the mysql-connector-python package. I tried it from the IDE's own Python Package ...
ItsSK23's user avatar
0 votes
0 answers
5 views

Compare the JSON response of a request with a JSON schema

I'm using the IntelliJ Http client to perform some requests and some simple tests. However, I have a couple of JSON schema files that define how the response of a specific endpoint should look like. ...
SCM's user avatar
  • 51
-1 votes
0 answers
16 views

Flutter Android Plugin has IDE errors when using Android Studio

I create a new Flutter Android Java plugin like so: flutter create --template=plugin --platforms=android -a java sample_android_plugin I open the project on the current latest version of Android ...
Yahya Uddin's user avatar
  • 28.3k
0 votes
0 answers
20 views

intellij idea debug Could not find or load main class

I want to start using intelijj, but I'm having a lot of difficulty debugging, and I haven't found the reason anywhere, I'm trying to debug a file with main, using f5, as in print: Error: Could not ...
Ming's user avatar
  • 1,494
0 votes
0 answers
24 views

"Too long maps chain. May cause performance overhead"

Idea flags code usage that has more than 2 maps: single .map(...) .map(...) .map(...) There is no other explanation for it and I couldn't find any documentation except for this https://...
Jakub Bochenski's user avatar
0 votes
0 answers
22 views

How to Add Room Library to a Compose Desktop App Created with IntelliJ IDEA Built-in Wizard?

I'm making a Compose Desktop app using IntelliJ IDEA Community Edition. I started the project with the built-in wizard (not the web version). I'm having trouble finding clear instructions on how to ...
Abdo21's user avatar
  • 500
0 votes
1 answer
44 views

how to fold switch/case lines (Java code) in IntelliJ (2024.1.4 version)?

So I am looking at some vendor code that uses a switch statement. For whatever reason, the vendor decided to place the all the code inside the "enclosing" case statement, so the code is very ...
mrjayviper's user avatar
  • 2,376
-7 votes
1 answer
66 views

How to indent new line in IntelliJ after curly brackets

How can I get automatic indent on new line after pressing Enter after curly brackets in Java IntelliJ. Like when Entering inside Class or Method. If anyone can help. So is there any specific settings ...
ivoronline's user avatar
  • 1,019
0 votes
0 answers
22 views

plugins\Galactifun.jar does not contain a paper-plugin.yml or plugin.yml. Could not determine plugin type, cannot load a plugin from it

I recently forked a Minecraft plugin by the name of Galactifun in order to adapt it to the needs of my server however I realised I couldn't compile it properly. The plugin uses a gradle plugin called &...
Ivan Mishin's user avatar
-2 votes
0 answers
37 views

Spring Web Application do not create executable jar file in Intellij Idea

I am trying to create an executable jar file for deploy in Intellij Idea Instead of that "mvn clean package" starts an application (that is working for sure) but there is no jar file in \...
Роман Бачев's user avatar
-2 votes
0 answers
58 views

Task runClient in Intellij IDEA failed with error 0xc0000005, don't know how to fix it

So, I am trying to learn how to mod Minecraft using this tutorial. I followed the steps of the video until 12min30sec, where he says to execute the task runClient. The program starts to build, but ...
Jopeez's user avatar
  • 17
0 votes
2 answers
34 views

How to disable IntelliJ HTML tab autocomplete in JavaScript?

To reproduce: have a variable named obj pass it as the last argument to a function press tab (as I usually do) to come out of the parentheses obj autocompletes to <object data="" type=&...
Vlad Mashkautsan's user avatar
0 votes
0 answers
23 views

Unusable display for complex TypesScript types in WebStorm compared to VS Code

There is pretty large gap in usability of the type information being displayed by WebStorm/IntelliJ vs VS Code when it comes to displaying TypeScript type information, be it parameter info completion, ...
Jarek's user avatar
  • 7,641

15 30 50 per page
1
2 3 4 5
2924