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

https://github.com/deemp/vscode-purs-keybindings

Purescript typed hole keybindings packed as VS Code extension
https://github.com/deemp/vscode-purs-keybindings

Last synced: 6 months ago
JSON representation

Purescript typed hole keybindings packed as VS Code extension

Awesome Lists containing this project

README

          

# PureScript keybindings for typed holes

* Insert a typed hole for a word containing the cursor or a selection: `Ctrl` + `Alt` + `Z`
* cursor inside `hey` -> `(hey :: ?_)`
* selected `make good` -> `(make good :: ?_)`

* Remove the typed hole: `Ctrl` + `Alt` + `X`

This extension depends on

* [ryuta46.multi-command](https://marketplace.visualstudio.com/items?itemName=ryuta46.multi-command)
* [chunsen.bracket-select](https://marketplace.visualstudio.com/items?itemName=chunsen.bracket-select)

So, please, don't disable them!