The lack of integrated terminal or method of running a go program makes me question what use this is to someone. Until either of those is implemented, this is a no-go for me. Not even mentioning that it costs money to use without adding any value over free editors.
> The lack of integrated terminal or method of running a go program makes me question what use this is to someone. I'm quite happy with my current editor and probably wouldn't use this, but I have also never used either of those features. I run my code using a separate terminal in a separate window, and can't really understand why anyone likes squashing their terminal into the same space as their code (although I rec…
Chime 2.0 – a Go Editor for macOS
21–30 of 42 posts
Re: Chime 2.0 – a Go Editor for macOS
#22Chime, a Go Editor for macOS – v1.0 Now Available - https://news.ycombinator.com/item?id=22436773 - Feb 2020 (26 comments)
Chime – A Go Editor for macOS - https://news.ycombinator.com/item?id=21963708 - Jan 2020 (126 comments)
Re: Chime 2.0 – a Go Editor for macOS
#23Re: Chime 2.0 – a Go Editor for macOS
#24Seemed interesting based on the amount of languages the editor supports on paper, but a quick trial showed that at least C# support is very, very barebones, even theoretical, as I couldn't get any kind of autocomplete to work, for example. After few minutes of usage Im unsure of what it provides aside from some syntax coloring. Maybe I did something wrong?
Re: Chime 2.0 – a Go Editor for macOS
#25The lack of integrated terminal or method of running a go program makes me question what use this is to someone. Until either of those is implemented, this is a no-go for me. Not even mentioning that it costs money to use without adding any value over free editors.
For me, the lack of those features is itself a feature. I don't have any interest in using the subpar terminals/"execute this thing" buttons included in many editors. I'd rather use a terminal that I actually like -- the one I use for everything else. I also don't want any "magic" to happen under the hood to run a thing (looking at you, Java IDEs). I want anyone to be able to download the thing I'm working on and run…
For me as well. However language specific IDEs these days usually don't have much if anything on more popular editors.
Re: Chime 2.0 – a Go Editor for macOS
#26The lack of integrated terminal or method of running a go program makes me question what use this is to someone. Until either of those is implemented, this is a no-go for me. Not even mentioning that it costs money to use without adding any value over free editors.
For me, the lack of those features is itself a feature. I don't have any interest in using the subpar terminals/"execute this thing" buttons included in many editors. I'd rather use a terminal that I actually like -- the one I use for everything else. I also don't want any "magic" to happen under the hood to run a thing (looking at you, Java IDEs). I want anyone to be able to download the thing I'm working on and run…
Edit: And that said, if I'm paying money for a product it better have features that I'm going to need, and if I don't need them it better have a way to disable them.
Re: Chime 2.0 – a Go Editor for macOS
#27Why does the title refer to this as a Go editor when the linked page is talking about having support for 23 different languages?
I did ponder whether to not mention Go in the title, but I had noticed that it's unclear what the devs mean by "support for 23 languages". Go is known to have been their main focus. In general, there is no documentation whatsoever, although the editor is interesting.
Re: Chime 2.0 – a Go Editor for macOS
#28Seemed interesting based on the amount of languages the editor supports on paper, but a quick trial showed that at least C# support is very, very barebones, even theoretical, as I couldn't get any kind of autocomplete to work, for example. After few minutes of usage Im unsure of what it provides aside from some syntax coloring. Maybe I did something wrong?
You did not. Aside from Rust and Swift, all the added languages are preliminary. A minimal extension is required to, for example, connect Chime up to an LSP server to get semantic features going like completions and diagnostics. We do not have a 1st-party extension built for C# yet.
Re: Chime 2.0 – a Go Editor for macOS
#29Earlier quoted context omitted.
You did not. Aside from Rust and Swift, all the added languages are preliminary. A minimal extension is required to, for example, connect Chime up to an LSP server to get semantic features going like completions and diagnostics. We do not have a 1st-party extension built for C# yet.
Why not implement first class support for LSP servers, and offer extensions that wrap official LSP's?
Re: Chime 2.0 – a Go Editor for macOS
#30Looks like the application requires macOS v12, which is only a year old. What features does it require that means it can't be backwards-compatible? Is it a SwiftUI thing?