Differences between revisions 2 and 3
Revision 2 as of 2020-08-04 02:39:48
Size: 423
Editor: PieterSmit
Comment:
Revision 3 as of 2021-01-21 04:34:08
Size: 435
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * gitlens

VSCode - editor

  • 2018 - 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

Notes

...

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