visual-studio-2017 - 有没有 .editorconfig GUI 编辑器?

标签 visual-studio-2017 editorconfig

EditorConfig 是一个了不起的工具,我很高兴在 vs2017 中开发人员可以开箱即用地使用它。但是有太多的设置应该为每个项目设置。 Visual Studio 和 ReSharper 有很棒的语法代码样式编辑器,带有 GUI 和实时预览。但我还没有为 EditorConfig 找到相同的工具。否则,如果有人知道以 .editorconfig 格式导出 ReSharper 或 VS 设置的方法,那就太好了。我的意思是特定于 csharp 的完整设置。实际上,所有设置都指定了 here

最佳答案

Mads Kristensen 编写了一个扩展,允许您添加 editorconfig 文件,并且它带有 VS2017 的智能感知 - “EditorConfig Language Service”

看看 here或从 VS2017 下载。没有用户界面,但您不需要带有此功能的用户界面。十个不错的首发……

关于visual-studio-2017 - 有没有 .editorconfig GUI 编辑器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41562552/

相关文章:

visual-studio-2017 - .net 4.7.2 库引用标准 2.0 NuGetPackage 不起作用

visual-studio - 无法在企业预览版上安装 Xamarin Live 和在企业版上安装 Apple SDK

angular - 为什么 vscode 删除我的空间?

visual-studio-2017 - 如何在 Visual Studio 中为泛型类型参数设置规则?

installation - 新的 SQL Server 安装 - 试图执行未经授权的操作

c++ - 以基类为模板参数继承基构造函数(MSVC)

visual-studio-2017 - 防止添加新的 csproj 将 AnyCPU 添加回解决方案文件

c# - editorconfig - 如何为只读私有(private)字段指定下划线前缀?

visual-studio - Visual Studio 2017 中是否有全局 .editorconfig

Editorconfig:如何自动修复项目中的所有文件