openfl / lime-vscode-extension

Visual Studio Code extension for OpenFL and Lime projects written in Haxe
https://marketplace.visualstudio.com/items?itemName=openfl.lime-vscode-extension
MIT License
27 stars 4 forks source link

Create a file watcher for the project file #12

Closed Gama11 closed 4 years ago

Gama11 commented 7 years ago

On deletion, Lime should deactivate + unregister the completion provider. On file changes, the display arguments should be updated (preferably not on each save / change though, especially if the user has auto-save enabled, that might flood the server with updates - maybe when the active document is changed to a hx file again).

melMass commented 4 years ago

Are there any updates in that area ? :)