Show HN: CodePerfect, a fast, lightweight IDE for Go
codeperfect95.com
Show HN: CodePerfect, a fast, lightweight IDE for Go
1–10 of 65 posts
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#2Ironic that it has an in-window file menu and is currently macOS only. Usually it's the Linux/Windows apps that are ported to macOS that have this.
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#3How does it compare to Goland?
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#4I like that it is written C/C++. I remember Eclipse was written in Java, and I thought that was really cool. Java to edit Java.
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#5Interesting choice to forego language server protocol.
Has that been a performance bottleneck?
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#6Cool! Finally an IDE not based on electron or java! There has been another one but it was abandoned many years ago.
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#7I like that it is written C/C++. I remember Eclipse was written in Java, and I thought that was really cool. Java to edit Java.
Funny that you mention it, I was surprised that it wasn't written in go ( but I don't really care about the language it's written in.)
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#8Been using LazyVim for professional go development for over a year now. I can't see any features promised here that I do not already have. LazyVim is a NeoVim configuration for those who don't know. Together with the golsp its insane how good it is. Sometimes I miss those heavy refactoring functions that Jetbrains provide though, like extract function etc.
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#9I like that it is written C/C++. I remember Eclipse was written in Java, and I thought that was really cool. Java to edit Java.
Eclipse was less cool once you had to use it. Only IDE to have a restart option in the file menu, for when it got confused.
Re: Show HN: CodePerfect, a fast, lightweight IDE for Go
#10Been using LazyVim for professional go development for over a year now. I can't see any features promised here that I do not already have. LazyVim is a NeoVim configuration for those who don't know. Together with the golsp its insane how good it is. Sometimes I miss those heavy refactoring functions that Jetbrains provide though, like extract function etc.
Absolutely agree. LunarVim is my NeoVim configuration of choice and 90% of my usual workflow is present and with the missing rest I can still manage to be productive enough.
I don't see not having LSP as a positive aspect to mention by their IDE.