Sleitnick / AeroGameFramework

AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
https://sleitnick.github.io/AeroGameFramework/
MIT License
215 stars 57 forks source link

Interfacing with Roblox LSP to add IntelliSense for services, modules, and controllers? #220

Open cmumme opened 2 years ago

cmumme commented 2 years ago

Sort of like how AeroTS allows for this (but obviously doesn't make use Roblox LSP) https://github.com/OverHash/aeroTS

This'd be extremely helpful for large codebases, which games using AGF often have.