Henry
- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 16
-
Created Intellij IDEA refactor scope and debugging scope
AnsweredIntelliJ IDEA 2023.1.2 (Ultimate Edition) Build #IU-231.9011.34, built on May 16, 2023 I am using this version for python development. During debug process, is there any option that to prevent the... -
Created failed to update to 2022.3.2
Answeredcurrent version IntelliJ IDEA 2022.3.1 (Ultimate Edition) Build #IU-223.8214.52, built on December 20, 2022 when tried to update the latest version 2022.3.2, it gave me below error. update failed a... -
Created system Environment variables in run/debug configuration
AnsweredIntelliJ IDEA 2022.2.3 (Ultimate Edition)Build #IU-222.4345.14, built on October 5, 2022 In the run/debug configuration, I've checked the "Include system environment variables" from the Environment... -
Created IDE internal Errors
AnsweredIntelliJ IDEA 2022.2.1 (Ultimate Edition)Build #IU-222.3739.54, built on August 16, 2022 I am having "IDE Internal Errors" happen multiple times daily. Sometime "Runtime crash", sometime is Python ... -
Created using sql statement in python
AnsweredIntelliJ IDEA 2022.2.1 (Ultimate Edition)Build #IU-222.3739.54, built on August 16, 2022 I'm using IDEA for python project that interact with postgresql database. I have database configured. Using ... -
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?