Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivam-880/vscode-spl-extension
VSCode extension for Glassbeam's Semoitic Parsing Language DSL.
https://github.com/shivam-880/vscode-spl-extension
antlr4 language-server-protocol spl-language vscode-extension
Last synced: 7 days ago
JSON representation
VSCode extension for Glassbeam's Semoitic Parsing Language DSL.
- Host: GitHub
- URL: https://github.com/shivam-880/vscode-spl-extension
- Owner: shivam-880
- License: mit
- Created: 2018-05-16T14:40:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T19:51:06.000Z (over 6 years ago)
- Last Synced: 2024-10-09T10:04:45.399Z (28 days ago)
- Topics: antlr4, language-server-protocol, spl-language, vscode-extension
- Language: JavaScript
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-spl-extension
VSCode extension implementation for Spl language.## Dependencies
```
npm install
```## Build
```
npm run compile
```## Package
```
vsce package
```## Install
```
code --install-extension vscode-spl-extension-${semver}.vsix
```## Features
- Syntax Highlighting
- Smart Bracket Matching
- Source Code Snippets
- Diagnostics (Syntactic & Semantic Errors)
- Auto Completion
- Documentation
- Code Folding## Roadmap
- Show Hovers
- Code Formatting
- Goto Definition
- Key Bindings
- Linting## VSCode Debug Configurations
- Launch Client
- Attach To Server