|
|
|
|
|
by devthane
2203 days ago
|
|
I don’t notice slowness on it personally. Maybe you are noticing the initial indexing it does. That doesn’t happen often with GoLand. Make sure you enable Golang modules in the settings also. Anyways just mentioning some stuff off the top of my head I enjoy: Debugging is a great experience. Can find a plugin for most anything, I use the Kubernetes one for syntax completion and documentation. (alt-q I think) Also you can create .rest files and compose http requests and trigger them right in the files, which I thought was cool. The documentation pop up by hitting alt-q in general is pretty cool. Don’t have to run over to godoc. Then most things you’d expect from an advanced ide. Multi line editing... jump to definitions and implementations... Project wide code search and replacement |
|