EditorConfig icon indicating copy to clipboard operation
EditorConfig copied to clipboard

Is there a way to enforce const to be real Pascal Case only?

Open achio84 opened this issue 1 year ago • 1 comments

Currently, there is no way to prevent the const fields to use all upper case. Even though in .editorconfig, already defined to be pascal_case only, but it doesn't seem to be able to differentiate all_upper vs pascal_case. Any workaround for this?

achio84 avatar Aug 17 '23 07:08 achio84

I'd like to know the answer to this too. How about posting on the dotnet/Roslyn repo?

RehanSaeed avatar Sep 19 '23 13:09 RehanSaeed