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
- Host: GitHub
- URL: https://github.com/bbpezsgo/interpretervscodeextension
- Owner: BBpezsgo
- Created: 2022-12-29T10:23:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T16:02:36.000Z (about 1 month ago)
- Last Synced: 2025-03-31T17:03:23.316Z (about 1 month ago)
- Topics: language-server-client, lsp-client, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 527 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VSCode extension for my [programming language](https://github.com/BBpezsgo/Interpreter)
[](#)
[](#)
[](#)## 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)