Ghsatpute
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 18
- Subscriptions 5
-
-
Ghsatpute created a post, AnsweredMouse clicks stops working intermittently
Hi, Sometimes the mouse clicks stop working on IntelliJ. I cannot click on anything, including editor, project structure, terminal, the close/minimize/maximize icons. But if I type something it doe... -
-
Ghsatpute created a post, AnsweredIntelliJ Plugin: "sdk does not exist"
I'm trying to create a plugin by following this link. I've written a bnf and lexer file and generated the code. When I build a project, I get following error error: package org.plugin.ghsatpute.s... -
Ghsatpute created a post, AnsweredPackage for custom plugin
In this tutorial, the package used is `org.intellij.sdk.language.psi;`. If I'm writing my own plugin, should I use the same package or a different one? -
Ghsatpute created a post, PyCharm raises false alarm on datetime module
Here's a sample code that I'm having a problem with. The code just above function and in the function is the same except for variable names. I'm not sure why PyCharm is giving a warning for the ...