/sardine-vscode

VSCode extension for Sardine

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Sardine VSCode extension

This is a Visual Studio Code extension for Sardine. This extension is largely based on vscode-foxdot. The extension is capable of:

  • starting sardine.
  • sending lines or blocks of code to the interpreter.
  • shutting down itself (?)

Commands

  • sardine.start: automatically run whenever you eval a line for the first time.
  • sardine.stop: killing the interpreter subprocess.
  • sardine.silence: Sardine silence function.
  • sardine.panic: Sardine panic function.
  • sardine.send: sending line to the interpreter.
  • sardine.send_selection: sending lines to the interpreter.

Requirements

You will need to install Sardine in order to make it work. Please note that sardine needs to be on your $PATH for the extension to work. You will have to make it available if it is not. It should be if you have installed Sardine correctly.

Settings

TODO

Credits