Gre*_*ant 5 c# ide intellisense coding-style visual-studio-2019
鉴于班级:
class BaseController
{
BaseView _baseView;
BaseModel _baseModel;
}
Run Code Online (Sandbox Code Playgroud)
在使用 Visual Studio 的建议命名时,它为我提供了名称base,而不是baseView. 我设法_通过选项、文本编辑器、c#、代码样式添加了前缀。但我看不到如何控制建议的字段名称建议。
我想知道,如果这可以被控制,因此建议_baseView和_baseModel等。