Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Sanjay Malakar
Follow
New posts
New posts and comments
Total activity
44
Last activity
April 21, 2022 17:59
Member since
August 24, 2021 18:35
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
11
Activity overview
Posts (10)
Comments (18)
Sort by recent activity
Recent activity
Votes
Created
August 31, 2021 17:39
After removing idea/misc.xml PythonSdkUtil::findPythonSdk(PsiElement) returned null again. Tried updating my options/jdk.table.xml (updated contents: https://pastebin.com/heRftn40) inside ~/.config...
Community
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 votes
Created
August 31, 2021 14:48
Yes, it does. This is the content inside .idea/misc.xml <project version="4"><component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8 (python_test)" project-jdk-type="Python SD...
Community
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 votes
Edited
August 31, 2021 13:33
We have implemented the plugin on appStarter extension point. To run this on headless mode, we are using Gradle runIDE task. This task is executing the following command internally. not certain if ...
Community
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 votes
Edited
August 30, 2021 18:43
Thanks for your response. I am getting null after executing PythonSdkUtil::findPythonSdk(PsiElement), even com.jetbrains.python.sdk.PythonSdkUtil#getAllSdks is returning an empty list. This is my i...
Community
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 votes
Created
August 27, 2021 21:09
Is Python interpreter configured for the inspected project? I'm running the plug-in in headless mode. The inspected project is in the local file system. What did you mean by inspected project? Do...
Community
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 votes
Edited
August 27, 2021 16:36
Semyon Proshev Yes, the python interpreter is configured for the inspected project (using virtual env). Yes, developing using https://github.com/JetBrains/gradle-intellij-plugin (v1.0) Tried debugg...
Community
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 votes
Created
August 26, 2021 11:07
Yann Cebron class Foo: passa = Foo()b = "str" The TypeEvalContext::myEvaluated map also have null type for "str" and b.
Community
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 votes
Created
August 25, 2021 10:32
Yann Cebron Tried using com.jetbrains.python.psi.types.TypeEvalContext#codeAnalysis too, but same results.
Community
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 votes
«
‹
1
2