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] Type Checking #37

Open SpontanCombust opened 4 months ago

SpontanCombust commented 4 months ago

Add type checking analysis that will look through code and display errors wherever an unknown or incompatible with a given context symbol is used. This will also fast-forward the completion of content0_native code-base as we will instantly know which types are missing in entire content0.

Strategy:

Undecided: