Henry
- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 16
-
Created how to config spacing between folder/file list in project tool window
AnsweredHow to config/change the spacing between folder/file list in project tool window? See below screenshot. each ">" indicates a folder/list in the project tool window. I'd like to reduce the spacing b... -
Created intellisense very slow
AnsweredJust updated to the latest version, build number as below. After use a while, the IDE get very slow for the intellisense, it takes seconds to the popup to show and make it unusable. Invalidate cach... -
Created Intellij Idea v2020.3.2 doesn't have "Calculate retained size"
AnsweredAccording to this blog https://blog.jetbrains.com/idea/2020/12/intellij-idea-2020-3/, and document https://www.jetbrains.com/help/idea/analyze-objects-in-the-jvm-heap.html#Analyze_objects_in_the_JV... -
Created indent of parenthesis of if statement
AnsweredIs it possible to have following format (JAVA): if (condition1 && condition2 ){ currently it is like below: if (condition1 && condition2 ){ thanks. -
Created python file show errors
Answeredintellij idea + python plugin, Macos I have python script in my maven project, however intellij shows errors for python file as below screenshot. the python script runs ok in terminal. seems it can...