Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2018-10-09 19:36:57
Size: 312
Editor: PieterSmit
Comment:
Revision 7 as of 2022-05-18 09:23:52
Size: 639
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * 2018 - Best editor so far, works great on Linux/Ubuntu  * 2018 - 2021 - Best editor so far, works great on Linux/Ubuntu
Line 7: Line 7:
 * Peacock -> Ctrl+Shift+P Peacock change terminal border color
Line 10: Line 11:
 * Kubernetes
 * Python
 * Remove - WSL - Open folders form Windows Subsystem for Linux\
 * indent-rainbow
 * --(gitlens)-- gitgraph
 * Remote - WSL (Microsoft)
 * tab9 code completion
 * mermaid markdown diagrams
 * Terraform - language support

VSCode - editor

  • 2018 - 2021 - Best editor so far, works great on Linux/Ubuntu

Plugins that are useful

  • Peacock -> Ctrl+Shift+P Peacock change terminal border color

  • VIM - Vim emulator
    • re-bind ctrl-f to vscode find, add the string to user config.json
      •  "vim.handleKeys": { "<C-f>": false } 

  • Kubernetes
  • Python
  • Remove - WSL - Open folders form Windows Subsystem for Linux\
  • indent-rainbow
  • gitlens gitgraph

  • Remote - WSL (Microsoft)
  • tab9 code completion
  • mermaid markdown diagrams
  • Terraform - language support

Notes

...

vscode (last edited 2022-08-03 20:57:30 by PieterSmit)