Georgy Grigoryev
Georgy Grigoryev

Reputation: 873

Is there any .editorconfig GUI editor?

EditorConfig is amazing tool, and I'm excited that in vs2017 developers can use it out of the box. But there are too many settings which should be set for each project. Visual Studio and ReSharper have awesome syntax code style editor, with GUI and live preview. But I haven't found same tool for EditorConfig. Otherwise it would be great if anybody knows way to export ReSharper or VS setting in .editorconfig format. I mean full settings with csharp specific. Actually, all settings specified here

Upvotes: 8

Views: 1265

Answers (2)

sclarke81
sclarke81

Reputation: 1769

Visual Studio 16.10 added a UI for editing editorconfig files.

Upvotes: 1

Andez
Andez

Reputation: 5848

Mads Kristensen has written an extension that allows you to add editorconfig file and it comes complete with intellisense for VS2017 - "EditorConfig Language Service"

Check it out here or download from VS2017. No UI, but you don't need a UI with this. Not a bad starter for ten...

Upvotes: 9

Related Questions