Henry
- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 16
-
Created exception from IDE
AnsweredIntelliJ IDEA 2022.2.1 (Ultimate Edition) Got exception from time to time, not always same. Did anyone of you experience this? How to resolve it? Below is today's exception: java.lang.Throwable: ac... -
Created how to add internal nexus repo?
AnsweredI am using IntelliJ IDEA for developing Python project, the company has some internal packages published in internal nexus repo. I am able to install the package from command line, and works well. ... -
Created Python project using docker as SDK.
AnsweredI have a Python project using Docker as interpreter in IDEA Ultimate. 1) It starts a few containers when run and debug code. The containers are still there running even I quit IDEA completely. Is t... -
Created open project and develop inside local container?
AnsweredThe host is Macos. I have a project that can only run on the Linux platform. I have docker installed and can start a linux container to map source code to insider the container. Now the question is... -
Created How to stop analyze feature for certain file types?
AnsweredWhen I open a text file, the IDE will try to analyze it and show problems (such as typo) on the top right corner of the editor. Is it possible to config IDE so it will not analyze *.txt files? -
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...