Additional F# refactoring tools for vscode. Less keystrokes, more F#, more fun(ctional programming).
Available in the Visual Studio Marketplace
Extract expression to let binding
- Select the expression to extract
- Use command (ctrl+shift+R)
Inline binding
- Move cursor to binding or a usage
- Use command (ctrl+shift+I)
Note: you can customise the hotkeys (file > preference > keyboard shortcuts)
If you are here you probably have this covered.
- Vscode
- Ionide
who knows (see todos.txt for now)
Runs the full build process including:
- linting
- unit tests
- vscode tests
- extension artifacts
npm run build
Runs unit tests when changes are detected.
npm run unittest:watch