Visual Studio autocompletion ignores by upcoming operator

  • Thread starter Thread starter Im_ygy
  • Start date Start date
I

Im_ygy

Guest
Visual Studio's autocompletion sometimes make me mistype some operators, For example:

while(ch<48)ch=gc();

and when I type the first "ch", the autocompletion pops up, and my next '<' will be ignored. This is somehow annoying and it didn't happer before(I can't remember when did this begin......) Is that related to my editor settings or something else and how can I fix it? Thanks!

Continue reading...
 
Back
Top