[tutorial tips-dan-trik]

VSCode Extension Often Used in Golang

Visual Studio Code is currently a hit loved by programmers because it is said to be easier to use and lighter when run on a computer. Apart from being easy, what programmers usually call vscode, there are also many supports or extensions that can support programmers’ needs to make it easier to do their work. We often use additional extensions/plugins to help make things easier for programmers when they are busy coding. So, below, Santekno has several recommendations for extensions that you can use to make your work easier and help you do coding more coolly.

GO (Extension Support for VS Code)

Package : https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go

Microsoft officially released a package for VSCode so that go programmers can have more freedom and enjoy programming. After you install it, VSCode will immediately give you a message that there are linked packages, so all you have to do is press the install button, automatically all the packages needed for Go development can be used.

GitLens - Git Supercharged

Package: https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens

For friends who usually work in collaboration, this extension makes it easier if there is a code change that we don’t know when and by whom, then the code change can be seen immediately so we can pay more attention to the quality of our coding. Usually programmers say extensions to ng-blame other programmers if the coding is problematic or has a ‘bug’.

Features provided

  • Annotation current line blame Annotate detailed information about the author by hovering over the coding, we can immediately see the detailed information.

  • Status Bar Blame shows the current status of the author annotation and when it was last modified.

  • Side Bar Views

  • And many more.

Bracket Pair Colorizer 2

Package: [https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer- 2)

This extension is very useful for programmers if they forget the opening bracket, whether it has been closed or not. Now, with this extension, opening and closing the brackets for our `coding’ becomes more visible because we check and change the color every time we open the brackets so that it is more visible.

Better Comments

Package: https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments

This extension is very useful for us to make comments neater in each function or variable if we want to add comments. This extension makes it easier for us to see comments in a coding so that it is easy for new programmers or novice programmers to read when looking at our coding.

comments powered by Disqus