Analogous issue with 'PROTECTED': if I *slowly* type 'PROTECTED' and then slowly press the [SpaceBar] key, I end up with 'PROTECTED ' ('PROTECTED' followed by a space) and the PROTECTED IntelliSense tooltip (correctly) displays (with a list of 'FUNCTION' and 'PROCEDURE'). If, however, I *quickly* type 'PROTECTED' and then quickly press the [SpaceBar] key, I end up with 'PROTECTED d' ('PROTECTED' followed by a space followed by an 'd') and the PROTECTED IntelliSense tooltip displays --> in this 2nd scenario, I should only see 'PROTECTED ' ('PROTECTED' followed by a space); 'd' should not be inserted for me.
↧