default-kramer / vscode-racket-repl

A simple REPL for Racket in Visual Studio Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Racket REPL

This extensions allows for Racket files to be run within Racket's REPL from Visual Studio Code's editor.

Features

Run (or stop) the REPL using using the buttons in the editor-title bar. The REPL is launched in the integrated VSCode terminal. Works in Windows Powershell and Linux/bash.

Requirements

Racket needs to be installed (and added to the terminal's shell path). Currently only works when using Windows + Powershell or Linux + Bash (or a similar shell).

ToDo

  • support mac & cmd shell
  • clear screen in Powershell
  • ...

About

A simple REPL for Racket in Visual Studio Code.

License:MIT License


Languages

Language:TypeScript 80.0%Language:Rust 12.7%Language:Shell 7.3%