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
- Host: GitHub
- URL: https://github.com/jojoee/vscode-scala-cheatsheet
- Owner: jojoee
- License: mit
- Created: 2022-06-22T03:49:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T03:20:14.000Z (over 3 years ago)
- Last Synced: 2024-12-28T07:42:17.352Z (over 1 year ago)
- Topics: cheatsheet, extension, scala, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=jojoee.scala-cheatsheet
- Size: 590 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.
[](https://marketplace.visualstudio.com/items?itemName=jojoee.scala-cheatsheet)
[](https://marketplace.visualstudio.com/items?itemName=jojoee.scala-cheatsheet)
[](https://marketplace.visualstudio.com/items?itemName=jojoee.scala-cheatsheet)

## 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)