Gioioso Matteo
- Total activity 71
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 16
- Subscriptions 20
-
Edited 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... -
Created Problem with different YAML plugins
AnsweredI 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... -
Created How to add a JComponent to pre-existing Run configuration editor
AnsweredI 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... -
Created Component not revalidating when called from listener of messaging infrastructure
AnsweredI 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... -
Edited Populate Run/Debug configuration from an Action, Button or Listener
AnsweredHello 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:... -
Edited Passing data to an Action
AnsweredI 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 ... -
Edited Jest tests not working anymore
AnsweredSince 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... -
Edited RDS Unable to find host/port in URL.
AnsweredCannot 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... -
Edited 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 -
Edited [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