Igor Petrik

- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 19
- Subscriptions 8
-
Igor Petrik created a post, Completedpython interpreter selector missing
In previous versions of PyCharm, there was a menu in the lower right corner of the screen that showed the python interpreter for the current project, and allowed you to change it. After upgrading t... -
-
Igor Petrik created a post, AnsweredYet another JUnit 5 cannot find tests issue
I am using 2020.1.1. I have created a brand new project using New > Project ... and selecting Gradle, and checking IntelliJ Platform Plugin. Then I only changed two things: in build.gradle I change... -
Igor Petrik created a post, AnsweredShould test.systemProperties idea.path.home really be defined in build.gradle?
I am following along with the tutorial here for a custom language plugin, and I am confused about the part that says idea.path.home needs to be defined in build.gradle. It does not seem like best p... -
Igor Petrik commented, -
Igor Petrik created a post, AnsweredHeap error setting up new gradle plugin project
I am trying to follow the tutorial to set up a new gradle IntelliJ platform plugin ( https://www.jetbrains.org/intellij/sdk/docs/tutorials/build_system/prerequisites.html ), but after creating the ... -
Igor Petrik commented, -
Igor Petrik created a post, AnsweredWhere in intellij code is PyCharm auto dedent of 'else:' implemented?
One thing that I have noticed that PyCharm does that I think is nifty is, when typing an 'if ... else' block, if you type the else at the indent level of the 'if' contents, PyCharm will automatical... -
-