SpontanCombust / witcherscript-ide

Language Server implementation for WitcherScript - Witcher 3's scripting language.
https://spontancombust.github.io/witcherscript-ide/
Apache License 2.0
10 stars 0 forks source link

[FEATURE] Better syntax analysis #8

Open SpontanCombust opened 8 months ago

SpontanCombust commented 8 months ago

Syntactical error messages at the moment are very vague most of the time. Work around tree-sitter's limitations and analyze ERROR nodes to extract actually useful information.

SpontanCombust commented 3 months ago

Added "View CST" debug command for easier testing of the analysis. dd0ee3757dac2a0f8d06b071f7d51c1f86505f41