是否可以在 VS 2015 中配置智能感知,以便在生成局部变量时使用其类型的默认值对其进行初始化?
Is it possible to configure intellisense in VS 2015 so that when a local variable is generated it is initialized with the default value for its type?
我经常使用 VS 2015 智能感知的生成局部变量功能。但是变量是未初始化生成的。在 99% 的情况下,这不是我想要的。
是否可以配置智能感知来初始化生成的变量?
搜索周围没有这样的功能或扩展来实现你的要求,我把这个建议分享给 VS 产品团队,请检查这个:VS 2015>quick actions with light bulbs: please add the support to custom/modify the Generate Local Variable feature,你可以投票,票数高的可以VS 产品团队工程师注意到此建议。
我经常使用 VS 2015 智能感知的生成局部变量功能。但是变量是未初始化生成的。在 99% 的情况下,这不是我想要的。
是否可以配置智能感知来初始化生成的变量?
搜索周围没有这样的功能或扩展来实现你的要求,我把这个建议分享给 VS 产品团队,请检查这个:VS 2015>quick actions with light bulbs: please add the support to custom/modify the Generate Local Variable feature,你可以投票,票数高的可以VS 产品团队工程师注意到此建议。