Visual Studio 2010: Editor stops responding to keyboard

前端 未结 12 777
南方客
南方客 2021-01-31 02:10

I\'ve got this very odd bug that appears to be a quirk in Visual Studio 2010: Sometimes, when moving the cursor into double quotes of a CSS style=\"\"

12条回答
  •  耶瑟儿~
    2021-01-31 02:49

    I have encountered this using Visual Studio 2013 and Resharper 8.2.1. None of the solutions provided in this thread worked (even suspending and resuming Resharper)

    After contacting JetBrains support, it turned out to be a caching issue.

    Deleting all the files from the following directory solved the issue, as Resharper re-creates new caches:

    C:\Users\[Username]\AppData\Local\JetBrains\ReSharper\v8.2\SolutionCaches\[Project_reference]
    

提交回复
热议问题