gml-tools-langserver icon indicating copy to clipboard operation
gml-tools-langserver copied to clipboard

A Language Server for GML, the scripting language of GMS2, compliant with Microsoft's Language Server Protocol.

Results 7 gml-tools-langserver issues
Sort by recently updated
recently updated
newest added

The following syntax in an object's create event: ``` #lambda damagePlayer(dmg) { hp -= dmg; } ``` will instruct gml-tools to create (or update) a "private" script on compile. The...

Rubber currently does fresh compiles. It needs to be iterative like the IDE does.

This makes macro refactoring not possible for the moment, as it will be inherently unreliable. The same problem will likely affect resources.

Local Vars, Global Vars, Macros, Enum, Resource Names

Make local variable refactoring work.