An open API service indexing awesome lists of open source software.

https://github.com/abundantsalmon/simple-cheatsheet

A simple cheatsheet extension for vscode.
https://github.com/abundantsalmon/simple-cheatsheet

cheatsheet visual-studio-code vscode vscode-extension

Last synced: 10 months ago
JSON representation

A simple cheatsheet extension for vscode.

Awesome Lists containing this project

README

          

# simple-cheatsheet README

![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/AbundantSalmon.simple-cheatsheet)

## Features

Basic peaking functionality for a html cheat sheet for VSCode. Default
keybinding is `Ctrl+F1` for Windows/Linux and `Cmd+F1` for Mac to toggle showing
the page.

![Demo](images/demo.gif)

## Extension Settings

This extension contributes the following settings:

* `simple-cheatsheet.cheatSheetFile`: Absolute filepath to the cheat sheet html
file. Default `null` which shows an example sheet.

## Release Notes

### 0.0.2

Fix broken deployment.

### 0.0.1

Initial release of simple-cheatsheet.