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

Tuesday, November 21, 2023

codium editor

Codium is like "VS Code" but without Microsoft prorpietary parts.

  • select a rectangle on MacOS: 
    • set the cursor on the line
    • keep pressed "alt " + "cmd " and use the down arrows
    • edit