Ghsatpute
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 18
- Subscriptions 5
-
Created Mouse clicks stops working intermittently
AnsweredHi, 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... -
Created IntelliJ Plugin: "sdk does not exist"
AnsweredI'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... -
Created Package for custom plugin
AnsweredIn 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? -
Created 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 ...