Reputation: 44185
I have an odd behavior with Visual Studio 2010 editor. Whenever I do a search (ctrl-F) or do a paste using a clipboard manager like ClipX or Ditto, the cursor is missing. I have to click with the mouse inside the editor to get the cursor.
When I do these actions with Visual Studio running in safe mode, they work fine. So I thought it might be an extension or add-on causing this. I disabled all the add-ons and extensions and ran VS with /resetsettings and /setup but I still get the issue.
Any ideas on what might be going on?
UPDATE:
Switched to VS2012 which doesn't have this issue. VS2012 has the same extensions
Upvotes: 0
Views: 7112
Reputation: 1394
Fix for: Visual Studio editor's text cursor disappears after changing focus to another app, and does not reappear.
None of the (many across web) posted solutions for the disappearing text cursor worked. I found a solution that works for me ... goto:
Tools/Options/Environment/General/Window layout
...there are 2 radio buttons:
...you must select one or the other. I switched to 'Multiple Documents' and this solved the problem.
Side note: this problem manifests when changing the focus to any other open window/application via Alt+Tab. On return, Vis Studio has no text cursor visible. Ctrl+Tab is a sorry workaround, yet effective. But this fix is totally sat for me.
Upvotes: 0
Reputation: 7835
Your problem can be solved with different ways (depends on the cause). Try the following:
BTW This issue occurred quite often during the RC period of VS.
UPD Try removing C:\Users\%UserName%\AppData\Local\Microsoft\VisualStudio\10.0\Extensions this.
Upvotes: 1
Reputation: 4849
After following @arttronics' advice, I have some suggestions that may help (or of course, may not!) based on a bit of Google research.
I'd try these in the following order:
Hope something here helps.
Upvotes: 0