Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladimir-kotikov/scratch-code
Scratchpad for VSCode
https://github.com/vladimir-kotikov/scratch-code
Last synced: 24 days ago
JSON representation
Scratchpad for VSCode
- Host: GitHub
- URL: https://github.com/vladimir-kotikov/scratch-code
- Owner: vladimir-kotikov
- License: mit
- Created: 2022-04-07T21:33:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T15:51:25.000Z (about 1 year ago)
- Last Synced: 2024-10-02T09:46:01.490Z (about 1 month ago)
- Language: TypeScript
- Size: 158 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# scratch-code
[![Build](https://github.com/vladimir-kotikov/scratch-code/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/vladimir-kotikov/scratch-code/actions/workflows/build.yml)
[![VS Code Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/vlkoti.scratch-code?label=VS%20Code%20%20Marketplace)](https://marketplace.visualstudio.com/items?itemName=vlkoti.scratch-code)Simple extension to maintain a list of scrathes similar to JetBrains IntelliJ scrathes feature. Scratches are simply a text documents, persisted across all workspaces, that are available through a dedicated view panel in explorer view.
## Features
Extension's features include:
- Dedicated scratches panel in explorer view
- Commands to create and delete scratch (look for `Scratches: ...` in `Command + P` menu)## Extension Settings
The extension doesn't have any settings yet.
## Known Issues
This is an initial release so no issues are known yet :)
## Release Notes
### 0.1.0
Initial release of the extension
### 0.1.1
- Fix extension activation on command
### 0.1.2
- Allow deleting open scratches via command palette
- Fix scratch open command### 0.1.3
- Allow store scratches in a subfolders of scratch dir
- Fix scratch deletion from command palette### 0.1.4
- Sort scratches alphabetically
- Move delete command into context menu
- Add rename functionality### 0.1.5
- Use system fs watcher to detect scratches updates
- Close scratch editor on scratch deletion### 0.1.6
- Allow setting custom scratches directory
### 0.1.7
- Ignore Mac OS junk files in scratches dir
- Ask for filename when creating new scratch
- Command to create scratch from current document
- Add command to open scratches directory in file browser### 0.1.8
- Fix extension not starting due to missing dependency