Hello K-Town,
First of all - thank you for your work creating SQF plugin for my favourite IDE! Previously I was still using ScriptEdit :)
Now to the bugs: there seems to be a problem on variable propagation down the scopes, I think it is related to "unintialized variables for param".
Here is a piece of code:
func = {
_time = time + 3;
_var = 1;
sleep _var;
while {time < _time} do {
sleep _var;
}
};
Plugin reports variables down the scope (while and do blocks) as uninitialized.
And also keywords look just like regular commands, it would be good to see them in orange.
Thank you again and waiting for updates!