Files
awesome-kubernetes/docs/visual-studio.md
Inaki Fernandez e01e4886b1 update
2020-09-24 17:40:30 +02:00

15 KiB
Raw Blame History

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
  • Helm Intellisense Helm Intellisense is a Visual Studio Code extension that provides intellisense for helm-templates

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

Alternatives

Videos