Sarrus1 / sourcepawn-studio

VSCode extension for SourcePawn scripting
https://sarrus1.github.io/sourcepawn-studio/
MIT License
143 stars 22 forks source link

Suggestion: "Go to definition" and hints in global scope #416

Open stas11s11t opened 1 month ago

stas11s11t commented 1 month ago
public void OnPluginStart()
{
    OnClientAuthorized // "Go to definition" and hints work.
}

OnClientAuthorized // "Go to definition" and hints don't work.

It would be convenient if this also worked in the global scope.

Thanks for your updates, now writing code is more convenient. VS Code with your extension are far superior to all text SourcePawn editors I've tried.