I'm trying to checkout a maven project from SubVersion. In the pom.xml file it's specified to generate web service proxy classes in the target folder. Here's th
On IntelliJ mac, is there a way to add a bookmark on the code where we can jump to that piece of code with a shortcut I can add a bookmark by using F11 or comma
I have shelved my 26 java files changes via Intellij Idea 2016.2.1 and I checkout to different branch. When I came to old branch to check my shelved changes.
I just moved to Android Studio from Eclipse, and I found that it always shows "fetching documentation" when I use quick documentation (Ctrl+Q). How can I solve
I'm writing a short web form application using spring boot and thymeleaf on IntelliJ, but it seems that in the html file, all fields in the model cannot be reso
Suppose I have an abstract class called Data: public abstract class Data{ } And 2 derived classes Data1 and Data2. public Data1 extends Data{ private i
Running Springboot 2.5.9 and IntelliJ 2022.1. I have this in my application.yml: However, IntelliJ is complaining about the fact that logging.file is deprecat
Intellij doesn't show run button even if that file is in src folder. Maybe do you know what to do? P. s. It's strange because that file used to show run but
I'm trying to setup Scala on IntelliJ IDE and when I create a new project it seems fine. When I import another project it errors: Extracting Structure Failed. T
So I installed the beta of JDK 8 a while ago to look at some of the examples. I thought for sure by now, it's easy to change between versions. Doing some Play
I'm using Apache Maven in my Java project. in NetBeans there are build and clean build icons but there aren't in IntellIJ IDEA. How can I clean or clean build m
I'm just getting use to Scala Single Abstract Method which I did not know well, until I went through several blogs on Type Class. I am able after few minutes to
When trying to run the Example CorDapp (GitHub CorDapp) via IntelliJ, I receive the following error: Cannot inline bytecode built with JVM target 1.8 into byte
I'm using intelliJ for IDE and installed IdeaVim. I'm trying to execute git status inside vim but it didn't work and nothing to show. :! git --help and :! ls
What is the equivalent of CTRL + SLASH on german keyboards? I know that US-Layouts got that / where the german _ is, since I used an US-Layout for some time
I've used JLink + JPackage to build a JavaFX app into a self-contained application. I'm using JDK 14. However, when I try to open one of my FXML files in Intell
Recent versions of IntelliJ can download a JDK for the convenience of the user. However, those downloaded JDKs are not appearing in the canonical place, at leas
IntelliJ has a feature that's very cool in theory, called Smart Checkout. This feature kicks in when you're changing branches and you have files in the current
I've read multiple variants of this question (sorry for adding another), but none have offered a working solution. I am trying to debug a failing test in the a
I have two modules, Component and Application. The Component module is shaded due to a dependency conflict (google protocol buffers) later in the build process.