Tuesday, June 28, 2022

My Favourite IDE for GO Lang


So far we have finish with 

Introduction to GO 
GO Installation on Windows

Let's talk about the IDE in this blog. IDE plays a very important role during our day to day development activity.

Now a days GOlang is supported by most of the popular editors Following is the list of few popular IDES

  • VS Code 
  • GOLand
  • LiteIDE
  • Atom

If you ask me VS Code & GOLand are my favorite IDEs for GOlang.

In this post I will talk about VS Code IDE.

Installing VS Code

There are lots of videos on YOUTUBE & articles on this. Here is link to one of such article. (link)
 

GO in VS Code 

I like VS Code because it is free 😁. As a new learner everyone is looking for free stuff. Jokes apart.
VS Code is basically opensource IDE which is easily available on Windows & Linux Platform. Another reason I like VS Code is because it is made by Microsoft. ( Their software are very User Friendly)

Microsoft has release the source code on GitHub under MIT License.

You can use the GO Extension for VS Code, you will get IntelliSense, Search, Debugging, code navigation etc.. by default. You can Install this Extension from the VS Code MarketPlace

 Watch "Getting Started" video

 You can explore more features about the VS Code on the official site documentation.

 Once you are done with VS Code Installation & GO Extension. You can begin your GOlang journey

Enjoy.

Soon will come up with some interesting GO blogs.

 

No comments :

Post a Comment