awesomektvn / vscode-scratchpad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scratchpad README

Simple Scratchpad for quick notes.

Usage

  1. Install this plugin :)
  2. Press F1, search for "Scratchpad"
  3. Add key bindings (Optional) .
    • Open key bindings settings file:
      • Open Command Palette (Ctrl+P)
      • Search for 'Open keyboard shortcuts'
    • Add and save you key bindings. For example:
// Place your key bindings in this file to overwrite the defaults
[
    { "key": "ctrl+shift+.",   "command": "extension.openScratchpad", "when": "editorTextFocus" }
]
  1. Enjoy! :)

About


Languages

Language:TypeScript 100.0%