主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sanjay Malakar
活动总数
44
最后的活动
2022年04月21日 17:59
成员加入日期
2021年08月24日 18:35
关注
0 名用户
关注者数
0 名用户
投票数
5
订阅数
11
活动概览
帖子(10)
评论(18)
按最近的活动排序
最近的活动
投票数
创建于
2021年09月07日 06:37
Hello, I'm using this approach to set up a python interpreter on the project. public static void setupSDKFromConfig(Project project) { String SDKPath = ConfigurationUtility.get(ConfigurationUtil...
社区
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 票
创建于
2021年08月31日 18:35
Can you give me any example of how I can manually set up an interpreter in my plugin using helper methods? I really appreciate your help. N.B.: After removing .idea folder still found no SDK us...
社区
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 票
创建于
2021年08月31日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 票
创建于
2021年08月31日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 票
已编辑于
2021年08月31日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 票
已编辑于
2021年08月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 票
创建于
2021年08月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 票
已编辑于
2021年08月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 票
创建于
2021年08月26日 11:07
Yann Cebron class Foo: passa = Foo()b = "str" The TypeEvalContext::myEvaluated map also have null type for "str" and b.
社区
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 票
创建于
2021年08月25日 10:32
Yann Cebron Tried using com.jetbrains.python.psi.types.TypeEvalContext#codeAnalysis too, but same results.
社区
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 票
«
第一页
‹
上一页