Ghsatpute
- 活动总数 29
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 18
- 订阅数 5
-
-
Ghsatpute 创建了一个帖子, 已回答Mouse 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 创建了一个帖子, 已回答IntelliJ 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 创建了一个帖子, 已回答Package 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 创建了一个帖子, 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 ...