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] Symbol analysis #9

Closed SpontanCombust closed 3 months ago

SpontanCombust commented 8 months ago

Read the code and extract symbol information from it. It is essential to all features that rely on static analysis.

SpontanCombust commented 8 months ago

This has been to some degree in the analysis crate, but hasn't been used in the LSP.

SpontanCombust commented 5 months ago

Script symbol analysis has been first rolled into the Language Server in dd80446f and added a debugging editor command in 3e09621e to view symbols from a requested document.

SpontanCombust commented 3 months ago

Released with v0.3.0