Vsc
Vscode
Vscode Vim
vim.. seriously?
Yeah . Why not?
You can make Vim into an IDE
Goland forever
thx 🌚 I don't like vs I installed idea plugin rn is there any diff bw goland and the idea plugin?
The last time I installed VS Code to use for Go was 3 years ago, back then I had terrible experience so I went back to using Goland. I'm more into JetBrain IDEs, gotten used to their shortkeys and development space and have never felt the need to try another editor or IDE even for fun. You should try both to see which one is more comfortable for you
if environment is only thing then it would be the same for every ide by jetbarins like goland, idea, Android Studio
Yeah most of the things are the same in JetBrain IDEs.
sublime text 4 with lsp
Imo, it's the only one where stuff works out of the box
Yeah you don't need to install anything with Goland. Except for Material Theme plugin.
I just use stock theme
What is that?
vim emulation for IDEA and jetbrains family of IDEs
Basically vim but works in intellij
For me it gets boring long-term when using stock themes.
The thing is though, Go and the tooling for VSCode has actually come a long long way in that time. I personally don't have a usecase for Goland over VSCode. I'm genuinely curious. Personal opinions aside, Can anyone with recent experience with both these IDEs suggest why GoLand is better?
For one, the autocomplete snippets are well defined on intellij
only thing i can think of is monorepos, but even the latest version of gopls you can handle monorepos iirc
Are you certain the batteries included GO snippets in VSCode are good enough. I do maintain a few extra on top of the default.
What I mostly like about Goland are the autocomplete snippets, I haven't tried VSCode in a long time so as you said someone who is using both should tell, which I think is hard to find since if people are satisfied with their current environment, they wouldn't move
+1 on autocomplete snippets
If they add snippets to autocomplete methods from built-in libraries, that would rock. So you have a string: data := "Hello", inserting dot after data would show methods from strings library, so, data.split, data.TrimSpace and etc... As well as bytes and other types
It's already like that on intellij
Seriously mate 🤣
Before Goland we used to code in Intellij with a plugin. But then I thought they stopped its development after Goland. Is it still working?
I use the go plugin on intellij for personal work , the plugin updates fairly regularly
What kind of seriously mate that was
Oh they should implement such stuff on Goland too.
I've assumed it's there. But I'm checking rn.
Can confirm missing for VSCode. Auto-completion/ Intellisense as extensive it is, still behind Goland.
Yeah it was like that back when I used it. That was the reason I moved. A lot can be done even in Goland to make the developer experience much better, specifically in autocompleting stuff
Обсуждают сегодня