Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sanjay Malakar
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
April 08, 2022 03:45
Thank you for your response. Hope to see this bug fixed in the next release.
Community
IntelliJ IDEA Open API and Plugin Development
PyCallExpression#multiResolveCallee giving wrong results.
0 votes
Created
January 12, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Reading PSI from other than UI thread
0 votes
Created
January 12, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Reading PSI from other than UI thread
0 votes
Created
November 30, 2021 04:36
Got it. Thanks.
Community
IntelliJ IDEA Open API and Plugin Development
Documentation on com.intellij.codeInsight.controlflow.Instruction's implemented classes.
0 votes
Created
November 30, 2021 04:35
Thanks.
Community
IntelliJ IDEA Open API and Plugin Development
Python control flow granularity.
0 votes
Created
November 16, 2021 16:35
Thank you for your reply. I will try to replicate the logic myself then.
Community
IntelliJ IDEA Open API and Plugin Development
Python expression evaluator.
0 votes
Created
November 16, 2021 05:43
Sorry for the inconvenience. size = 5;PyBinaryExpression expression = ("a" * size)-> holds the reference to this expreesion;PyAnyExpressionEvaluator expressionEvaluator = new PyAnyExpressionEvaluat...
Community
IntelliJ IDEA Open API and Plugin Development
Python expression evaluator.
0 votes
Created
September 14, 2021 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?
Community
IntelliJ IDEA Open API and Plugin Development
RenameProcessor works on tests but not on project.
0 votes
Created
September 07, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 votes
Created
August 31, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Python type inference not working.
0 votes
Next
›
Last
»