jarmitage / sardine-vscode

VSCode extension for Sardine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

VSCode extension for Sardine

License:GNU General Public License v3.0


Languages

Language:TypeScript 91.4%Language:JavaScript 8.6%