Henry

- 活动总数 49
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 16
-
创建于 exception from IDE
已回答IntelliJ 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... -
创建于 how to add internal nexus repo?
已回答I 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. ... -
创建于 Python project using docker as SDK.
已回答I 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... -
创建于 open project and develop inside local container?
已回答The 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... -
创建于 How to stop analyze feature for certain file types?
已回答When 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? -
创建于 how to config spacing between folder/file list in project tool window
已回答How 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... -
创建于 intellisense very slow
已回答Just 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... -
创建于 Intellij Idea v2020.3.2 doesn't have "Calculate retained size"
已回答According 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... -
创建于 indent of parenthesis of if statement
已回答Is it possible to have following format (JAVA): if (condition1 && condition2 ){ currently it is like below: if (condition1 && condition2 ){ thanks. -
创建于 python file show errors
已回答intellij 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...