An open API service indexing awesome lists of open source software.

https://github.com/abhi18av/chez-scheme-vscode

VsCode extension for the Chez Scheme programming language
https://github.com/abhi18av/chez-scheme-vscode

chez-scheme scheme-programming-language vscode vscode-extension

Last synced: about 1 year ago
JSON representation

VsCode extension for the Chez Scheme programming language

Awesome Lists containing this project

README

          

# Scheme Language Support for Visual Studio Code

This extension is a fork of the generic Scheme language support to VS Code and builds upon the [`vscode-scheme`](https://github.com/sjhuangx/vscode-scheme) extension.

## Features

https://github.com/abhi18av/Chez-Scheme-VsCode

- Syntax Coloring

![](https://raw.githubusercontent.com/abhi18av/Chez-Scheme-VsCode/master/images/syntax.png)

- Snippets

![](https://raw.githubusercontent.com/abhi18av/Chez-Scheme-VsCode/master/images/snippets.gif)

support following snippets: cond, define, if, lambda, let, let1, set!.

**Enjoy!**