You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2025. It is now read-only.
Figured now's a good time to suggest this to someone who knows what they're doing. Something I toyed with a while back and got nowhere with was a definition provider for event strings in vscode.
i.e. Ctrl + Click on a string inside a TriggerServerEvent and that will take you to the RegisterNetEvent declaration for that event.
Potentially something to extend this extension with?
Understandably it would be challenging and limited by things like wrapped event name declarations with auto-prefixing and stuff like that.