Best Text Editor using Go for Web Development?

I’m new in Go Languange and start learning go for web development…
Please tell me what best text editor did u use and tell your reason… thanks

Hi Brian,

I use Visual Studio Code for my golang development. With Go’s official extension and community toolkit, it’s pretty much everything I need to develop.

One of the reason I prefer VS Code is I can work with any language in the same editor (with appropriate official language support). Like, I also develop in Python.

As VS Code is based on Electron, it can run on the web.

2 Likes

thank you so much .

@bryantobing12 If you are looking for something very simple, Try sublime text 3. It has all the go plugins available and is also very light. I’ve been using it exclusively, since the day I started go 4 years ago.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.