Monday, December 4, 2023

vscode / vs code

  • select a column / rectangle
    • click once on the top position
    • alt + shift + keep left click mouse to select a colum
  • disable autocompletion in txt files
    • ~/Library/Application Support/Code/User/settings.json
  • Open the Command Palette:
    • Press `Cmd+Shift+P` (on Mac) or `Ctrl+Shift+P` (on Windows/Linux)

    "[plaintext]": {
      "editor.suggest.showSnippets": false,
      "editor.suggest.showWords": false,
      "editor.acceptSuggestionOnCommitCharacter": false,
      "editor.acceptSuggestionOnEnter": "off"
    }

  • extensions
    • theme: darkula
    • GitLens