Live data from Hacker News

Show HN: CodePerfect, a fast, lightweight IDE for Go

codeperfect95.com

1–10 of 65 posts

Re: Show HN: CodePerfect, a fast, lightweight IDE for Go

#7

I 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

#8
Been 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

#9

I 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

#10
post #8

Been 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.

Post reply on HN