stas11s11t

Results 3 issues of stas11s11t

This happens quite often. To fix this I have to rename .inc file and restart vs code, but I still haven't figured out the exact sequence of steps I need...

bug
sourcepawn-lsp
hang

``` 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...

enhancement

``` typeset T { function void (int a); function void (int a, int b); } native void N(T t); public void OnPluginStart() { bool b = true; N(b ? A...

bug
compiler