Gioioso Matteo
- 活动总数 72
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 17
- 订阅数 20
-
已编辑于 Unable to set environmental variables for Gradle build
已回答Trying to build my plugin with the "buildPlugin" task, however the environmental variables I am supplying are not getting picked by Gradle and when I run my plugin, installed from disk, my variable... -
创建于 Component not revalidating when called from listener of messaging infrastructure
已回答I am trying to develop an Intellij IDEA plugin with Swing and I am using the messaging infrastructure: https://plugins.jetbrains.com/docs/intellij/messaging-infrastructure.html?from=jetbrains.org I... -
已编辑于 Populate Run/Debug configuration from an Action, Button or Listener
已回答Hello there Sorry to bother you guys in here, I know this is not a real bug, but I am really having hard time developing plugins due to missing documentation and lack of examples. So my goal is to:... -
已编辑于 Passing data to an Action
已回答I have my ToolWindowFactory: class MyToolWindowFactory implements com.intellij.openapi.wm.ToolWindowFactory In which I have some data, could be a String or an Object I want to be able to retrieve ... -
已编辑于 Jest tests not working anymore
已回答Since this morning all Jest tests done through Goland are not working anymore. This is the error I got: Process finished with exit code 0 On Friday everything was working fine. This morning whe... -
已编辑于 RDS Unable to find host/port in URL.
已回答Cannot SSH Tunnel into my RDS instance from Goland this is the template: jdbc:postgresql://<rds hostname> :5432/<database name> - I have tick and configured my SSH with Keypair and tested the c... -
已编辑于 Mocha and chai tests are not working
If I try to run a test I get this error: ReferenceError: expect is not defined Mocha config `--require babel-register `, chai and mocha types have been downloaded Goland version: 2019.3.3 -
已编辑于 How to setup Python interpreter
I have opened up a .py file in Goland and it immediately prompted the installation of the python plug-in, after I have restarted the IDE and opened the file again, the following warning message app... -
已编辑于 [Goland] camelCase json for Golang struct tags stopped working
Tried to changed from snake case to camel case in the live template of "Go Struct Tags", and now the autocomplete stopped working, any idea why this happened? Thanks -
创建于 Top level 'this' expression
Webstorm 2019.1.1, React. After the last update I receive this message which should not appear Reports this expressions occurring outside of object literals or constructor bodies. Such this express...