Timocop / BasicPawn

BasicPawn - SourcePawn Editor
GNU General Public License v3.0
76 stars 11 forks source link

Autocompletion wrongfully parses variable declaration as a function #109

Open GAMMACASE opened 3 years ago

GAMMACASE commented 3 years ago

Currently if you create the static variable and use brackets somewhere in its initialization (either by using sizeof(), view_as<>(), or any other alike), autocompletion would think about it as a function and will try to autocomplete brackets (I assume if you do have this option enabled) when it shouldn't. Example: Nw6MFexptB