Closed dragokas closed 3 years ago
Enable it in the settings:
oww, thanks )
EDIT. I had that already enabled.
And it still does not work? Should work just fine, i don't see a reason why it doesn't. Make sure you save the changes otherwise it does not work. Is it referenced when you open both Source and Include file?
I even tried to open "sourcemod.inc" via Object explorer and add somewhere at the end:
ArrayList al;
Then save, reload project, but in OnPluginStart typing "al." show no tips.
I have such options:
ahh, sorry, I'm sleeping.
I was need 3rd option "Parse from all includes".
Again, sorry.
With
Usually when you type "g_hProf." IntelliSense and AutoComplete is automatically giving you a tip.
But, when
is located within include, like: in localizer.inc
Then, you connect it with:
but IntelliSense does not react to typing "g_hProf." anymore.