Roeniss2
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 11
-
Created Complete Statement without newline ?
AnsweredHi. I coudn't find an option to enable/disable newline after Complete Statement executed. Is it possible to control the feature? I will demonstrate what i want.val a = 1 a.toStr ^cursor posi... -
Edited How could intellij changed Hibernate lazyload rules with breakpoint?
AnsweredI figured out a small breakpoint on a specific line can change hibernate rules... I wonder how it could happen without my permission! (You can reproduce this issue on sample repo) # Given There ... -
Edited [Solved] IntelliJ keeps build files when focus out
AnsweredWhen I switch focus window by CMD+Tab (e.g. IntelliJ -> Chrome Browser), my IntelliJ start to build files. I think there are some options related to this but can't find them. belows are my spec... -
Edited What is 'simple select query' for mongoDB ?
AnsweredHi, I'm struggling to edit a table's value. But it continuously said "Table is read-only. Unresolved table reference". I saw this answer : https://intellij-support.jetbrains.com/hc/en-us/commu... -
Edited Can I change suggestIndexName() in Clion?
CompletedHi. recently, my CLion always use "kI" as index name. I made a new cpp project, and type "for" in main functions, then press enter to use auto completing for-loop. (It is called 'live-template" I...