Bayerruff
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Bayerruff created a post, Why IntelliJ needs Lombok plugin?
As far as I understand, Lombok uses Java's Annotation Processors to generate additional methods. With Maven 3.5 it works perfectly without adding any additional configuration, just add dependecy to... -
Bayerruff created a post, AnsweredIntellij Idea - Android Studio Plugin - Build Failed
from 5 months ago I use Intellij Idea CE to develop an android studio plugin after Android studio latest update Android Studio Arctic Fox | 2020.3.1 Build #AI-203.7717.56.2031.7583922, built on Jul... -
Bayerruff created a post, AnsweredIntelliJ IDEA always formats one-line for statement into multi-line
IntelliJ keeps formatting this: for (int i = 0; i < 10; i++) {} into this: for (int i = 0; i < 10; i++) {} I prefer the first style(one-line statement) than the second. I tried many metho... -
Bayerruff created a post, AnsweredIntelliJ: Autocopy folder content to an IntelliJ folder
I have a question, which seemed easy at the beginning when I started working on it but I could not find an easy solution for it so far. Is there a way to auto copy content from a folder to a curren... -
Bayerruff created a post, AnsweredHow to remove personal data from commit menu in IntellIJ Idea?
Is there a way to remove personal data from IntellIJ Idea commit menu? Because if I not specify author it will use my personal account and it's kinda awkward MIBridges Login -
Bayerruff created a post, Migrate from IntelliJ Ultimate to Community edition
My student licence for IntelliJ Ultimate edition expires in two weeks so I need to move to the Community edition. My project uses Spring Boot, Spring MVC, Spring Security, Thymeleaf and Hibernate. ... -
Bayerruff created a post, IntelliJ Error:Kotlin: Module was compiled
I have used IntelliJ IDE just for Spring Boot project. Strong NOTE that I have not used any Kotlin project. But, today, I have an error below. Any professional person. Please, HELP to solve this is... -
Bayerruff created a post, AnsweredWhat are the roles of WebStorm and IntelliJ?
I want to create a web (frontend and backend) and I want to use JetBrains. Should I use WebStorm for frontend and IntelliJ for backend? Or should I have the whole code in just one IDE, and which on... -
Bayerruff created a post, IntelliJ IDEA(2017.1.2 EAP) : Asking user name and password for subversion every time
Is there any way to force the IDE to remember the username and password, so I do not have to reenter them again after restart? Ticking the box(Save credentials) on the pop-up windows did not help.....