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

https://github.com/jojoee/vscode-scala-cheatsheet

📒 Visual Studio Code extension : Scala Cheatsheet
https://github.com/jojoee/vscode-scala-cheatsheet

cheatsheet extension scala vscode-extension

Last synced: about 2 months ago
JSON representation

📒 Visual Studio Code extension : Scala Cheatsheet

Awesome Lists containing this project

README

          

# [Scala Cheatsheet](https://marketplace.visualstudio.com/items?itemName=jojoee.scala-cheatsheet)
A Visual Studio Code extension that lets you open Scala cheatsheet inside the editor.

[![Version](https://vsmarketplacebadge.apphb.com/version/jojoee.scala-cheatsheet.svg)](https://marketplace.visualstudio.com/items?itemName=jojoee.scala-cheatsheet)
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/jojoee.scala-cheatsheet.svg)](https://marketplace.visualstudio.com/items?itemName=jojoee.scala-cheatsheet)
[![Rating](https://vsmarketplacebadge.apphb.com/rating-short/jojoee.scala-cheatsheet.svg)](https://marketplace.visualstudio.com/items?itemName=jojoee.scala-cheatsheet)

![scala-cheatsheet](./asset/screenshot/scala-cheatsheet.png)

## Features
- `Scala Cheatsheet: Website` to open website inside editor

## TODO
- [x] Add https://gist.github.com/heathermiller/2ab9ef36910fdfdd20e9
- [ ] Automated: test
- [ ] Refactoring

## Demo
1. Basic usage + feature
- `alt + shift + P` to open available commands
- Select for open "Webview"
- Click to "Sharing Environments" section
- Hover on some command
- Click it for copy the command
- `alt + N` to create new file
- `alt + V` to pate the command
2. Support theme changing
3. Support other view e.g. PDF and website

## Development
```
npm run compile
npm run test
npm run deploy
vsce login jojoee
vsce publish
```

## Reference
- [Scala Cheatsheet](https://docs.scala-lang.org/cheatsheets/index.html)