My Goland Log - sheldonhull.com #151
Replies: 3 comments
-
You can use
Feel free to follow GO-2220.
You can execute intentions, e.g., Add a Go Comment header via universal shortcut Option(Alt)+Enter. |
Beta Was this translation helpful? Give feedback.
-
@s0xzwasd thank you for this! Will check this out. Might be misunderstanding the right approach. In vscode there are just "tasks.json" and that's it basically. While there are debug or file watcher triggers with extensions the tasks file contains all the commands like nom, go tests etc. |
Beta Was this translation helpful? Give feedback.
-
I would say that it works in a bit different way in GoLand. You should create a run configuration per package/directory/file. It takes a bit more time to create them all once, but it has its own benefits:
It’s three points that come to my mind instantly. Generally, you have more control with «static» configurations instead of «dymanic» in complicated projects, in my opinion. Dynamic configurations have own benefits as well. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My Goland Log - sheldonhull.com
A personal dev blog
https://www.sheldonhull.com/my-goland-log/
Beta Was this translation helpful? Give feedback.
All reactions