EditorConfigLanguage icon indicating copy to clipboard operation
EditorConfigLanguage copied to clipboard

Some undocumented should be documented

Open tonyhallett opened this issue 5 years ago • 4 comments

Installed product versions

  • Visual Studio: 2017 Community 15.9.7
  • This extension: 1.17.246

Description

csharp_indent_block_contents and csharp_indent_braces were in the Roslyn .editorConfig

Steps to recreate

Current behavior

Undocumented in EditorConfig.json

Expected behavior

Documented in EditorConfig.json

tonyhallett avatar Mar 13 '19 15:03 tonyhallett

I guess a good question is, what does "documented" actually mean? Does "Rosn is using it" make it documented? Or does it mean it's actually in the documentation? I would guess the latter. And neither of the two you mentioned are documented by the latter definition. There's a bug to actually document the settings.

MisinformedDNA avatar May 24 '19 03:05 MisinformedDNA

The references upstream documentation bug/ticket has been fixed/implemented and the documentation is now on the official documentation docs.microsoft.com.

ite-klass avatar Aug 08 '19 14:08 ite-klass

Multiple settings were added to the documentation. So I guess they are all still missing from this extension.

How does this extension define/get it’s descriptions? Where in the code does it define them - if it does so in-code?

ite-klass avatar Aug 08 '19 14:08 ite-klass

@ite-klass Here's the schema for it all. I believe all names, settings, descriptions get stored there. I wonder how hard it would be to screen scrape the docs and insert them into the JSON...

MisinformedDNA avatar Aug 09 '19 21:08 MisinformedDNA