VSCode plugins for DevOps everyday routine

Everyday using VSCode I found a few useful plugins and tricks which make your work more effective and enjoyable.

Maria Kotlyarevskaya
2 min readDec 15, 2019

Bracket Pair Colorizer 2

It’s a super cool and nice plugin, which allows you to underline everything, even an indentation line between two brackets! Let’s look at how it works.

indent-rainbow

This plugin is especially useful when you have a huge YAML file with a lot of indentations. It will colorize each level in a certain color, so you can easily navigate through it.

GitLens

Just a more convenient way to interact with git. You can compare, search, commit and etc. Enjoy!

Should be mentioned too:

  • Docker
  • Docker linter (supports Python, Ruby, PHP, Perl)
  • Kubernetes (interact with clusters from kubeconfig, look through helm repositories, get yaml configs for all of the Kubernetes resources)

P.S. you can share your VScode config using Settings Sync.

--

--