Files
awesome-kubernetes/docs/visual-studio.md
Inaki Fernandez be44d22e44 update
2020-06-28 12:11:47 +02:00

13 KiB

Visual Studio Code

VSCode

Updates

Visual Studio MarketPlace and Extensions

Publishers

Extensions

More Extensions

  • Prettier ESLint Extension to format JavaScript code using prettier-eslint package
  • Rainbow Brackets A rainbow brackets extension for VS Code.
  • TODO Highlight Highlight TODOs, FIXMEs, and any keywords, annotations
  • Todo+ Manage todo lists with ease. Powerful, easy to use and customizable.
  • Todo Tree Show TODO, FIXME, etc. comment tags in a tree view
  • Babel JavaScript VSCode syntax highlighting for today's JavaScript, ported from gandm's language-babel for Atom.
  • Error Lens Improve highlighting of errors, warnings and other language diagnostics.
  • Docker Makes it easy to create, manage, and debug containerized applications.
  • DotENV Support for DotENV file syntax
  • Jest Use Facebook's Jest, a delightful JavaScript Testing Framework.
  • Live Server Launch a development local Server with live reload feature for static & dynamic pages
  • Draw.io Integration This extension integrates Draw.io into VS Code.
  • Turbo Console Log Automating the process of writing meaningful log messages.
  • Path Intellisense Visual Studio Code plugin that autocompletes filenames
  • GitHub Pull Requests and Issues
  • React Pure To Class Convert pure react components to class components

More Extensions (Blogs)

Themes

DevOps Extensions

Azure DevOps Extensions

Git Flow Extensions

Jenkins Extensions

Integrated Terminal on Visual Studio Code

  • Integrated Terminal
  • This is an example of Visual Studio Code settings when adding Git Bash on Windows:
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"

Test Debugging

Videos