Igor Petrik
- 活动总数 39
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 19
- 订阅数 8
-
已编辑于 python 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... -
创建于 Yet 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... -
创建于 Should 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... -
已编辑于 Heap 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 ... -
创建于 Where 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... -
已编辑于 Vague gradle "failed" error in new project following tutorial
已回答I am trying to follow the tutorial here https://www.jetbrains.com/help/idea/getting-started-with-gradle.html#create_gradle_project, but I can't even get past the first part. After I create the proj... -
创建于 3 space indent for ReStrucutedText?
已回答Is there a way to set the indentation for reStructuredText files to 3 spaces, while keeping indentation for other files at 4 spaces? Also, is there a way to make the editor auto-indent when you hit...