A stupid problem happened to me, but I don't understand where I went wrong. I have a project with subprojects. In the IDE I see this picture My root build.gra
I am trying to create a component diagram using the PlantUML plugin for IntelliJ. I have installed the plugin and worked with it before. However, when I try to
I have created a custom template for setters in IntelliJ. I can chose that template when I use Alt + Insert and it works great. However when I try to press Alt
I cannot see the list of maven archetypes ("Loading archetype list...") or import an existing maven project in Intellij IDEA 2016.3.4. I tried several things:
I currently place my cursor in the file, click the Scroll from Source icon in the Project window, then use the keyboard shortcut to refactor the filename, selec
Here's my Spring Boot config @SpringBootApplication public class ServicesApplication { public static void main(String[] args) { SpringApplication.
I can use right click pace in the CMD, but it seems not an option to use it in the IntelliJ IDEA. It only has paste on middle mouse button click.
I've recently installed the plugin "spring boot assistant" into my Intellij. When I was trying to run an old java file that I've completed before, a lot of the
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