shuttle-hq / synth

The Declarative Data Generator
https://www.getsynth.com/
Apache License 2.0
1.39k stars 109 forks source link

Add linting/completion extensions #248

Open BenCoffeed opened 2 years ago

BenCoffeed commented 2 years ago

Required Functionality Ability for popular code editors to have completion, linting, and hints. I personally only care about VS Code. However, even having a CLI-based linter would be useful.

Proposed Solution

Use case Could reduce troubleshooting time on complex and large files where manually searching for errors could become tedious. Additionally, this will help in scenarios where errors may cause inaccurate/incomplete messages to appear.