dotnet / dotnet/vscode-csharp

editorconfig autocomplete for roslyn settings

Open
#1,345 2 comments 7 reactions 0 assignees View on GitHub
EditorConfig Feature Request
Dominant language
TypeScript
Stars
3.1k
Forks
737
Avg merge
17h 56m
Merged PRs (30d)
21

Description

It would be awesome if the C# extension could add auto-complete options for the C#-specific editorconfig settings. The [editor config](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) plugin only provides autocomplete a few, basic options.

```ini
# Examples
[*.cs]
dotnet_sort_system_directives_first = true:warning
csharp_style_var_for_built_in_types = true:suggestion
csharp_style_expression_bodied_methods = false:none
```

See also https://github.com/dotnet/roslyn/blob/master/.editorconfig
https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.