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

https://github.com/bbpezsgo/interpretervscodeextension

VSCode extension for my programming language
https://github.com/bbpezsgo/interpretervscodeextension

language-server-client lsp-client vscode-extension

Last synced: 29 days ago
JSON representation

VSCode extension for my programming language

Awesome Lists containing this project

README

        

# VSCode extension for my [programming language](https://github.com/BBpezsgo/Interpreter)
[![VSCode 1.88.0](https://img.shields.io/badge/VSCode-1.88.0-0078d7.svg?logo=visual-studio-code&logoColor=white)](#)
[![win-x64](https://img.shields.io/badge/win-x64-0078D6?logoColor=white)](#)
[![linux-x64](https://img.shields.io/badge/linux-x64-0078D6?logoColor=white)](#)

## Features:

- Syntax Highlighting
- Diagnostics
- Snippets
- Hover Info

## I Used:
[VSCode Extension Sample](https://github.com/microsoft/vscode-extension-samples/tree/main/lsp-sample)

[Batch Runner Extension](https://github.com/nils-soderman/vscode-batch-runner)