ReSharper自动插入"否则"

时间:2015-02-13 15:21:27

标签: c# .net visual-studio resharper

这个问题类似于这个问题: Stop VS 2010 from Auto Creating Braces After else keyword 但是我无法在那里发表评论,但这并没有真正解决。

基本上,ReSharper在" else"之后按Enter键插入{}。

我尝试了一切,甚至改变了ReSharper选项" Braces in' if-else'语句"去除"删除大括号"。 什么都不做。 禁用"大括号和括号下的两个选项" in"编辑行为" - 没什么。

上面链接的问题的解决方案说禁用自动完成。我还没有找到这样做的选择。

我正在使用VS 2013和ReSharper 6.0.20141219。

2 个答案:

答案 0 :(得分:2)

打开Reharper Templates Explorer(Resharper-> Templates Explorer ...),选择C#范围,然后取消选择' else'模板。

(这是使用Resharper 8.2.3和Visual Studio 2013)

答案 1 :(得分:1)

我无法评论Piers Myers answer,所以我粘贴了新的答案。

Reharper Templates Explorer也可以在 Resharper->工具 - >模板资源管理器中找到...

禁用apply plugin: 'com.android.application' android { compileSdkVersion 27 defaultConfig { applicationId "ir.apptori.myapplication" minSdkVersion 17 targetSdkVersion 27 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:27.1.1' implementation 'com.android.support.constraint:constraint-layout:1.0.2' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.1' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' implementation "android.arch.lifecycle:extensions:1.1.1" } 模板适合我(VS 2017上的ReSharper Ultimate 2017.3)。