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

https://github.com/appcypher/simple-vscode

Simple language support for VSCode
https://github.com/appcypher/simple-vscode

Last synced: 4 months ago
JSON representation

Simple language support for VSCode

Awesome Lists containing this project

README

          

# Simple extension for Visual Studio Code

A Visual Studio Code extension with rich support for the Simple language. Expected features include linting, debugging, IntelliSense, code navigation, code formatting, refactoring, unit tests, snippets, and more!

![simple screenshot](https://camo.githubusercontent.com/14aefb4a8082e53b76515766cae9c2391529979b/68747470733a2f2f692e696d6775722e636f6d2f717835626263332e706e67)

## Quick Start
* **Step 1.** Install [Simple](https://github.com/simple-lang/simple) on your system.

* **Step 2.** Install the Simple extension for Visual Studio Code.

* **Step 3.** Open or create an Simple file and start coding!

## Requirements

None for now.

## Extension Settings

None for now.

## Known Issues

None for now.

## Release Notes
### 0.1.4

Syntax highlighting improvements.

### 0.1.3

Syntax highlighting improvements.

### 0.1.2

Fixed syntax highlighting issues.

### 0.1.1

Fixed syntax highlighting issues.

### 0.1.0

Added basic syntax higlighting for Simple Language.

-----------------------------------------------------------------------------------------------------------

**Enjoy!**