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.
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 + Clickon a string inside aTriggerServerEventand that will take you to theRegisterNetEventdeclaration 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.