主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sanjay Malakar
活动总数
44
最后的活动
2022年04月21日 17:59
成员加入日期
2021年08月24日 18:35
关注
0 名用户
关注者数
0 名用户
投票数
5
订阅数
11
活动概览
帖子(10)
评论(18)
按最近的活动排序
最近的活动
投票数
创建于
2022年04月08日 03:45
Thank you for your response. Hope to see this bug fixed in the next release.
社区
IntelliJ IDEA Open API and Plugin Development
PyCallExpression#multiResolveCallee giving wrong results.
0 票
创建于
2022年01月12日 08:23
More details: We want to read the expressions in a method in control flow order and run abstract interpretation on that. What we are seeing is that if we want to access each expression and then pro...
社区
IntelliJ IDEA Open API and Plugin Development
Reading PSI from other than UI thread
0 票
创建于
2022年01月12日 06:27
What are "custom threads"? What is the use-case? By custom threads, I meant other than the UI thread. How can you guarantee there won't be Write Action? User could interact with IDE anytime? We...
社区
IntelliJ IDEA Open API and Plugin Development
Reading PSI from other than UI thread
0 票
创建于
2021年11月30日 04:36
Got it. Thanks.
社区
IntelliJ IDEA Open API and Plugin Development
Documentation on com.intellij.codeInsight.controlflow.Instruction's implemented classes.
0 票
创建于
2021年11月30日 04:35
Thanks.
社区
IntelliJ IDEA Open API and Plugin Development
Python control flow granularity.
0 票
创建于
2021年11月16日 16:35
Thank you for your reply. I will try to replicate the logic myself then.
社区
IntelliJ IDEA Open API and Plugin Development
Python expression evaluator.
0 票
创建于
2021年11月16日 05:43
Sorry for the inconvenience. size = 5;PyBinaryExpression expression = ("a" * size)-> holds the reference to this expreesion;PyAnyExpressionEvaluator expressionEvaluator = new PyAnyExpressionEvaluat...
社区
IntelliJ IDEA Open API and Plugin Development
Python expression evaluator.
0 票
创建于
2021年09月14日 04:22
Thanks for the reply. How could I debug this?What is the way to find the different structures/versions between production and testing?
社区
IntelliJ IDEA Open API and Plugin Development
RenameProcessor works on tests but not on project.
0 票
创建于
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 票
下一页
›
最后
»