Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Semyon Proshev
Total activity
25
Last activity
November 22, 2021 14:48
Member since
March 10, 2017 16:18
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Articles (0)
Posts (0)
Comments (18)
Sort by recent activity
Recent activity
Votes
Created
November 22, 2021 14:48
Hi, PyControlFlowBuilder that is used in the provider does not have any options, feel free to take needed parts from the builder and create your own provider.
Community
IntelliJ IDEA Open API and Plugin Development
Python control flow granularity.
1 vote
Created
September 20, 2021 15:41
Fine, PyCharm uses similar approach: https://github.com/JetBrains/intellij-community/blob/0e2aa4030ee763c9b0c828f0b5119f4cdcc66f35/python/ide/impl/src/com/jetbrains/python/PythonSdkConfigurator.kt#...
Community
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 votes
Created
September 20, 2021 10:14
Do you have sources attached? If gradle-intellij-plugin is fresh enough, they should have been attached automatically. Could you please debug this place https://github.com/JetBrains/intellij-commun...
Community
IntelliJ IDEA Open API and Plugin Development
PyCharm Plugin developement: multiResolveCalleeFunction does not resolve properly in test case
0 votes
Created
September 17, 2021 19:52
How do you configure sdk?
Community
IntelliJ IDEA Open API and Plugin Development
PyCharm Plugin developement: multiResolveCalleeFunction does not resolve properly in test case
0 votes
Created
September 17, 2021 15:52
Are PyCharm versions same? Are `sdk.getRootProvider().getFiles(OrderRootType.CLASSES)` same in both cases?
Community
IntelliJ IDEA Open API and Plugin Development
PyCharm Plugin developement: multiResolveCalleeFunction does not resolve properly in test case
0 votes
Created
August 31, 2021 18:25
Based on -Didea.config.path=/workspace/idea/config key in command line, `/workspace/idea/config/options/jdk.table.xml` should be updated. Regarding first option, sorry, it should be changed to `rem...
Community
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 votes
Created
August 31, 2021 16:36
If an interpreter is specified in .idea/misc.xml PyCharm does not run its auto-configuration, possible options: remove .idea/misc.xml or add Python 3.8 (python_test) to options/jdk.table.xml in co...
Community
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 votes
Created
August 31, 2021 14:27
It is PyCharm, does the inspected project contain .idea directory and .idea/misc.xml inside?
Community
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 votes
Created
August 31, 2021 09:27
Are you running IDEA + Python plugin or PyCharm in this mode?
Community
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 votes
Created
August 30, 2021 11:02
I mean the project which PsiFiles you visit with your visitor. What value is shown if you execute `com.jetbrains.python.sdk.PythonSdkUtil#findPythonSdk(com.intellij.psi.PsiElement)` during debug se...
Community
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 votes
Next
›
Last
»