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
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.
The text was updated successfully, but these errors were encountered:
I'll leave the suggestion here, but not likely to happen; I'm just focused on types and declarations. The extension exists to simplify installing and updating the library and plugin used by sumneko.
Ideally this extension gets replaced by Cfx in the future, who may be more inclined to add something like that (hopefully not exclusive to FxCode).
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 aTriggerServerEvent
and that will take you to theRegisterNetEvent
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.
The text was updated successfully, but these errors were encountered: