628d818163
This reverts commit 6ffe220d928dc3137496bcea0cc0f4d72edc2846.
12 lines
606 B
Markdown
12 lines
606 B
Markdown
---
|
|
id: editor-support
|
|
title: Editor Support
|
|
---
|
|
|
|
Painters need a brush and a canvas. Developers need a good IDE experience. LIGO currently offers support for [VSCode](https://code.visualstudio.com), including syntax highlighting and on-the-fly compilation error reporting.
|
|
|
|
Available extensions:
|
|
- **[Syntax highlighting for PascaLIGO](https://marketplace.visualstudio.com/items?itemName=LigoLang.pascaligo-vscode)**
|
|
- **[On-the-fly compilation error reporting](https://marketplace.visualstudio.com/items?itemName=Ligo.ligo-tools)**
|
|
|
|
![error reporting](/img/docs/intro/editor-support/error-reporting.png) |