Differences between revisions 5 and 6
Revision 5 as of 2021-05-12 20:52:34
Size: 486
Editor: PieterSmit
Comment:
Revision 6 as of 2022-01-14 19:47:15
Size: 541
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
 * tab9 code completion
 * mermaid markdown diagrams

VSCode - editor

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

Plugins that are useful

  • 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

Notes

...

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