resharper-7.0

How to disable /* autocomplete in Visual Studio 2012 (or Resharper)

三世轮回 提交于 2019-12-18 07:32:24
问题 I have Visual Studio 2012 with Resharper installed. When editing css files, when I type /* , I get autocompletion like so: /**/ I would like to disable that , but I cannot find it in the options menu. Where can I disable that? Thank you! 回答1: One way to avoid this annoyance is to add the closing comment symbols first. 回答2: Go to tools -> options -> text editor -> all languages(or chose one), and untick Automatic brace completion . You can also search for it in options menu. 来源: https:/

Visual studio Error List report error in code from Resharper's Decompiler folder

浪子不回头ぞ 提交于 2019-12-11 06:38:59
问题 Everything is in the title, the versions of components in the tag. The errors look like this : Error 13522 Unexpected character '\u003A' C:\test\myProject\_ReSharper.myProject\Decompiler\decompiler\04\fe6e72ab\Settings.cs 28 40 More info Visual studio 2012 ReSharper version is : 7.0.1098.2760 Someone has a solution? 回答1: To simply remove this error (and not completely deactivate the source decompile from Resharper), go to %LOCALAPPDATA%\JetBrains\ReSharper\v7.1\SolutionCaches\[[Your Project

Resharper 7: MSTest not working - “Test wasn't run”

爷,独闯天下 提交于 2019-12-09 14:03:38
问题 Since I upgraded to VS2012 and Resharper 7, my previously working MS Tests are not running anymore. The tests are run in an ASP.NET environment. I use the following Attributes: [TestMethod] [HostType("ASP.NET")] [AspNetDevelopmentServerHost("C:\\Projekte\\****\\Website", "/")] [UrlToTest("http://localhost:7924/")] Any idea how to fix this? 回答1: As odd as it is, using VS2012, using Resharper 8.0, using NUnit, I was receiving this error because of an entry in my app.config file. I added an

Resharper 7: MSTest not working - “Test wasn't run”

夙愿已清 提交于 2019-12-03 23:34:22
Since I upgraded to VS2012 and Resharper 7, my previously working MS Tests are not running anymore. The tests are run in an ASP.NET environment. I use the following Attributes: [TestMethod] [HostType("ASP.NET")] [AspNetDevelopmentServerHost("C:\\Projekte\\****\\Website", "/")] [UrlToTest("http://localhost:7924/")] Any idea how to fix this? As odd as it is, using VS2012, using Resharper 8.0, using NUnit, I was receiving this error because of an entry in my app.config file. I added an EntityFramework connection string and this behavior started. Removing the entire connection strings section

How to disable /* autocomplete in Visual Studio 2012 (or Resharper)

♀尐吖头ヾ 提交于 2019-11-29 13:28:56
I have Visual Studio 2012 with Resharper installed. When editing css files, when I type /* , I get autocompletion like so: /**/ I would like to disable that , but I cannot find it in the options menu. Where can I disable that? Thank you! One way to avoid this annoyance is to add the closing comment symbols first. Go to tools -> options -> text editor -> all languages(or chose one), and untick Automatic brace completion . You can also search for it in options menu. 来源: https://stackoverflow.com/questions/12936215/how-to-disable-autocomplete-in-visual-studio-2012-or-resharper