Bayerruff
- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 9
-
Bayerruff 创建了一个帖子, 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 创建了一个帖子, 已回答Intellij 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 创建了一个帖子, 已回答IntelliJ 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 创建了一个帖子, 已回答IntelliJ: 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 创建了一个帖子, 已回答How 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 已回答What 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 创建了一个帖子, 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.....