Cursor jump automatically when editing ashx file
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
Platform: Windows 7 64-bit Home edition Visual Studio 2008 Version 9.0.30729.4462 QFE I have encountered strange situation! I am editing a ASHX page. I split the page into two panels as I have to refer to top of the page and the middle page. When I add an IF statement (visual basic), after I have finished typing the THEN, I find out the cursor automatically jump to 10 lines above (in the bottom panel)! If I am not careful, what is supposed in the IF block will go to that line! And there is another problem, the intellisense does not turn on! When I type 'th', I expect the intellisense to prompt me 'then', but no! Any idea?