Skip to content

Calvin-LL/racket-helpers

Repository files navigation

Racket Helpers

Features

Double Click to Select S-expression

a gif showing a S-expression being hoisted

Hoist S-expression

command: racket-helpers.hoistExpression

keybinding: ctrl+shift+h

a gif showing a S-expression being hoisted

Expand Selection to Parent S-expression

command: racket-helpers.expandSelection

keybinding: ctrl+shift+↑

a gif showing a selection expanding

Shrink S-expression Selection

command: racket-helpers.shrinkSelection

keybinding: ctrl+shift+↓

a gif showing a selection shrinking

Credits

Double click feature inspired by vscode-smart-clicks