Re: [go-nuts] Best IDE for GO ?

2023-08-19 Thread Rich
I used to hate it because costs so darn much but goland is my ide. I dnt hate vs code, I've done vm and really like neovim nv chad, but at the end I just am more productive in goland. Even tried fleet but always come back to goland.for me the time saved is worth the price. On Saturday, August

Re: [go-nuts] Best IDE for GO ?

2023-08-19 Thread Justin Israel
I usually hate this question and threads, because it's a bunch of people arguing that their solution is superior. There are always individuals stating how all they need is VIM or a plain text editor with no syntax highlighting. And then those like myself that feel very productive from the Jetbr

Re: [go-nuts] Best IDE for GO ?

2023-08-19 Thread Robert Engels
Reread what I wrote. Vim with autocomplete, etc is not a simple text editor with syntax coloring. Still every major software engineering org in the world uses an ide (or multiple). I guess they don’t know what they are doing. Btw, Googles current IDE is based on VSCode. > On Aug 19, 2023, a

Re: [go-nuts] Best IDE for GO ?

2023-08-19 Thread Jan Mercl
On Sat, Aug 19, 2023 at 10:06 PM Christian Stewart wrote: > Autocomplete and a go language server (gopls) add a ton of speed because you > don't need to look up the docs for function and variable names. And go to > definition improves speed navigating code significantly. - Using autocomplete a

Re: [go-nuts] Best IDE for GO ?

2023-08-19 Thread 'Christian Stewart' via golang-nuts
Autocomplete and a go language server (gopls) add a ton of speed because you don't need to look up the docs for function and variable names. And go to definition improves speed navigating code significantly. But vim-go can do both, so why not just use it? It's a significant speed increase to have

Re: [go-nuts] Best IDE for GO ?

2023-08-19 Thread Jan Mercl
On Sat, Aug 19, 2023 at 9:42 PM Robert Engels wrote: > I guarantee that two developers of equal competence - the one with a powerful > IDE will outperform the other using a text editor with syntax highlighting > (but come on that is a crutch a real developer doesn’t need) by 2-10x > depending

Re: [go-nuts] Best IDE for GO ?

2023-08-19 Thread Robert Engels
I guarantee that two developers of equal competence - the one with a powerful IDE will outperform the other using a text editor with syntax highlighting (but come on that is a crutch a real developer doesn’t need) by 2-10x depending on the task. You simply cannot work on large complex systems

Re: [go-nuts] Best IDE for GO ?

2023-08-19 Thread Andrew Harris
The kinds of skills and knowledge covered by https://missing.csail.mit.edu are important and hard to gain from an IDE. I think that's the badge of competence earned here. On Saturday, August 19, 2023 at 11:21:44 AM UTC-7 Robert Engels wrote: The power of IDEs is the ease of refactoring and inte

Re: [go-nuts] Best IDE for GO ?

2023-08-19 Thread Tharaneedharan Vilwanathan
Just my opinion. I believe Visual Studio Code (VSC) is really good, given that it is available on multiple platforms and it's free. Thanks Dharani On Sat, Aug 19, 2023 at 11:21 AM Robert Engels wrote: > The power of IDEs is the ease of refactoring and integration with other > build tools (git,

Re: [go-nuts] Best IDE for GO ?

2023-08-19 Thread Robert Engels
The power of IDEs is the ease of refactoring and integration with other build tools (git, lint, github/gerrit). If you’d added all of these plugins to vim - you’ve created your own ide - and it probably pales in comparison to a real IDE.Using plain vim as a badge of competence was disproven long ag

Re: [go-nuts] Best IDE for GO ?

2023-08-19 Thread William Rehwinkel
I use vim for go with the standard syntax highlighting and gofmt. With gofmt catching errors when I save, compiler errors and looking up things with godoc, I don't see the need for anything else. But that's just me On 8/19/23 05:27, alex-coder wrote: Hi All ! Gophers, there is at least 10 year

Re: [go-nuts] Best IDE for GO ?

2023-08-19 Thread Robert Engels
I would just have chatgpt write all your Go code. > On Aug 19, 2023, at 7:41 AM, peterGo wrote: > >  > On Saturday, August 19, 2023 at 6:23:39 AM UTC-4 TheDiveO wrote: > Nothing better than an IBM card puncher as my IDE! > > I prefer a Teletype Model 33 ASR. > > -- > You received this me

Re: [go-nuts] Best IDE for GO ?

2023-08-19 Thread peterGo
On Saturday, August 19, 2023 at 6:23:39 AM UTC-4 TheDiveO wrote: Nothing better than an IBM card puncher as my IDE! I prefer a Teletype Model 33 ASR. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop rec

[go-nuts] Re: Best IDE for GO ?

2023-08-19 Thread TheDiveO
Well, the title about something "best" is probably making most skip it. Best is highly subjective. Also your list seems to include IDEs that to my knowledge don't have Go support at all, but I might be mislead here. I don't understand what seems to be yourreal question at the end, do you wan

Re: [go-nuts] Best IDE for GO ?

2023-08-19 Thread TheDiveO
Nothing better than an IBM card puncher as my IDE! On Saturday, August 19, 2023 at 11:38:33 AM UTC+2 Jan Mercl wrote: > On Sat, Aug 19, 2023 at 11:27 AM alex-coder wrote: > > > Gophers, may be there is another place where I should look for IDE for > GO ? > > Unix is my IDE and vim is its proph

Re: [go-nuts] Best IDE for GO ?

2023-08-19 Thread Jan Mercl
On Sat, Aug 19, 2023 at 11:27 AM alex-coder wrote: > Gophers, may be there is another place where I should look for IDE for GO ? Unix is my IDE and vim is its prophet. IME IDEs make programmers write low quality code while enjoying the illusion of being "more productive". -- You received this

[go-nuts] Best IDE for GO ?

2023-08-19 Thread alex-coder
Hi All ! Gophers, there is at least 10 years as GO on a market, Good job ! I found a list of the best IDE and Plugins there: https://github.com/golang/go/wiki/IDEsAndTextEditorPlugins As I remember Java came around 1995 and within 3-4 years several companies developed really great IDEs successfu