resharper-8.1

Go to closing Tag in Visual studio (using Resharper)?

北慕城南 提交于 2019-12-22 04:47:07
问题 I'm using the latest Resharper (v 8.1) with visual studio 2010. Is there a keyboard shortcut/feature to "Jump to closing tag" ? For example : if the cursor is on the first tr : I want the cursor to go to the closing tr which is </tr> Is there any shortcut for this ? (p.s. - something like goto matchine brace but for Xml/html tags) 回答1: From what I've gathered there's no shortcut for this in either reSharper or Visual Studio. A "work around" would be to collapse the tag using Ctrl + M + M,

Resharper 8.1 Test Runner slowing down Visual Studio Text Editing

坚强是说给别人听的谎言 提交于 2019-12-19 05:33:11
问题 I've got a fairly small C# solution with about 5 projects in it. I am using Visual Studio 2012 with Update 4, and Resharper 8.1 (build 8.1.23.546). It's on an I7 with an SSD and 16GB RAM, with oodles of disk space. Performance on this machine is fantastic for everything else. I have R# set to be my unit test runner, and I've noticed that as soon as I run any unit tests (one or many, pass or fail, makes no difference), the Visual Studio text editor becomes almost unusable. Typing into the

Resharper 8.1 Test Runner slowing down Visual Studio Text Editing

孤街醉人 提交于 2019-12-19 05:33:10
问题 I've got a fairly small C# solution with about 5 projects in it. I am using Visual Studio 2012 with Update 4, and Resharper 8.1 (build 8.1.23.546). It's on an I7 with an SSD and 16GB RAM, with oodles of disk space. Performance on this machine is fantastic for everything else. I have R# set to be my unit test runner, and I've noticed that as soon as I run any unit tests (one or many, pass or fail, makes no difference), the Visual Studio text editor becomes almost unusable. Typing into the

Generation of the designer file for xxxxx failed: Error HRESULT E_FAIL has been returned from a call to a COM component

天大地大妈咪最大 提交于 2019-12-11 02:35:46
问题 After upgrading to Visual Studio 2013, I receive the following warning when I edit the markup of an ASPX or ASCX file, and the designer file does not update with the change. I have ReSharper 8.1 installed. I have tried cleaning the solution, restarting Visual Studio, clearing the Resharper cache, and restarting my computer without any luck. 回答1: A colleague of mine ran into the same issue, he was able to resolve this but simply suspending resharper and enabling it again. 回答2: over here we

Go to closing Tag in Visual studio (using Resharper)?

做~自己de王妃 提交于 2019-12-05 03:27:43
I'm using the latest Resharper (v 8.1) with visual studio 2010. Is there a keyboard shortcut/feature to "Jump to closing tag" ? For example : if the cursor is on the first tr : I want the cursor to go to the closing tr which is </tr> Is there any shortcut for this ? (p.s. - something like goto matchine brace but for Xml/html tags) From what I've gathered there's no shortcut for this in either reSharper or Visual Studio. A "work around" would be to collapse the tag using Ctrl + M + M, then go to the start or end of the line using Home or End key. When you open it again using Ctrl + M + M will

Resharper 8.1 Test Runner slowing down Visual Studio Text Editing

假装没事ソ 提交于 2019-12-01 03:23:11
I've got a fairly small C# solution with about 5 projects in it. I am using Visual Studio 2012 with Update 4, and Resharper 8.1 (build 8.1.23.546). It's on an I7 with an SSD and 16GB RAM, with oodles of disk space. Performance on this machine is fantastic for everything else. I have R# set to be my unit test runner, and I've noticed that as soon as I run any unit tests (one or many, pass or fail, makes no difference), the Visual Studio text editor becomes almost unusable. Typing into the editor window suffers such extreme lag (up to 1 second between keystrokes) that it completely breaks down