Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 464
Georgy Grigoryev Avatar asked Jan 10 '17 06:01

Georgy Grigoryev


1 Answers

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...

like image 58
Andez Avatar answered Oct 05 '22 08:10

Andez