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] Network protocol integration #4

Closed SpontanCombust closed 2 months ago

SpontanCombust commented 8 months ago

https://github.com/SpontanCombust/rusty_witcher_debugger

RW3D can be used to connect to the game and, most notably, recompile scripts and run exec commands during the game. WIDE could use an integration of the protocol that it implements. It could either be integrated into LSP or ported to Node and used directly in the client.

Features to use in the IDE:

SpontanCombust commented 8 months ago

Blocked by: https://github.com/SpontanCombust/rusty_witcher_debugger/issues/6

SpontanCombust commented 2 months ago

Closed with #50