dotnet/roslyn

Editorconfig naming convention for tuple element names

Open

#38,705 opened on Sep 16, 2019

View on GitHub
 (5 comments) (6 reactions) (0 assignees)C# (4,257 forks)batch import
Area-IDEConcept-Continuous Improvementhelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (Avg merge 6d 17h) (256 merged PRs in 30d)

Description

Now that we have settled on the guidance of pascal case for tuple element names (https://github.com/dotnet/corefx/pull/35595, https://github.com/dotnet/corefx/issues/33553), it would be nice to have a tuple_element symbol kind to which a naming convention can be applied.

https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-naming-conventions?view=vs-2019#kinds-of-symbols

Contributor guide