Gioioso Matteo
- 活动总数 72
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 17
- 订阅数 20
-
创建于 Problem with different YAML plugins
已回答I have installed many different plugins that helps with different YAML configurations: Ansible, Kubernetes (Helm charts and normal yaml), AWS Cloudformation. However I have noticed that it messed u... -
创建于 How to add a JComponent to pre-existing Run configuration editor
已回答I am not entirely sure this is possible, but I am trying to add a custom component (JButton, JLabel, etc...) to an existing Run Configuration Editor, so far this is what I have tried. RunManager in... -
已编辑于 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...