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
- Host: GitHub
- URL: https://github.com/appcypher/simple-vscode
- Owner: appcypher
- License: apache-2.0
- Created: 2018-07-12T19:15:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T19:09:52.000Z (almost 8 years ago)
- Last Synced: 2025-10-06T20:47:03.198Z (8 months ago)
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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!

## 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!**