When I start typing, say, proc print data= I get a menu that suggests what to type. I love this because it not only gets me the code faster, but it also helps me learn new programming terms. BUT! When I select one of these suggestions, my next key stroke is negated, so when I select the suggestion: proc print data=work.customer_addresses my next key press will have to be TWO semicolons. This becomes a huge problem because whatever pops up, when I select it, makes the next key stroke unresponive, and when I'm flying across the keys, the strokes are missed. How can I fix this?
... View more