In trying to configure naming rules in an .editorconfig, I've found that the current implementation of naming rules lacks the ability to target certain symbol kinds. In my scenario I need the ability to target type parameters and local variables.
Type parameters and variables should be supported symbol kinds both through the options UI in VS and through .editorconfig files.
In trying to configure naming rules in an .editorconfig, I've found that the current implementation of naming rules lacks the ability to target certain symbol kinds. In my scenario I need the ability to target type parameters and local variables.
Type parameters and variables should be supported symbol kinds both through the options UI in VS and through .editorconfig files.