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] Handle `DidCreateFiles`, `DidRenameFiles`, `DidDeleteFiles` notifications #39

Closed SpontanCombust closed 3 months ago

SpontanCombust commented 4 months ago

Current implementation requires you to explicitly save files to trigger changes to content graph and source trees. Implement DidCreateFiles, DidRenameFiles and DidDeleteFiles notifications to handle those cases explicitly and leave saving the file only as the ultimate fail-safe.

SpontanCombust commented 3 months ago

Released with v0.3.0