Pint language server
Introduction
This repo is a language server for the pint programming language.
more info about pint
PINT book
Development using VSCode
pnpm i
cargo build
- Open the project in VSCode:
code .
- In VSCode, press F5 or change to the Debug panel and click Launch Client.
- In the newly launched VSCode instance, open the file
examples/test.nrs from this project.
- If the LSP is working correctly you should see syntax highlighting and the features described below should work.
Demo
TBA
@ASSERT-KTH devcon team
- @javierron
- @Mokita-j
- @sofiabobadilla
- @Stamp9
Note
If encountered errors like Cannot find module '/xxx/xxx/dist/extension.js'
please try run command tsc -b manually, you could refer https://github.com/IWANABETHATGUY/tower-lsp-boilerplate/issues/6 for more details
| |