我想使用Visual Studio在C Sharp中将函数自动完成括号

我想使用Visual Studio在C Sharp中将函数自动完成括号

问题描述:

我希望使用Visual Studio在C#中自动完成函数括号。我已经尝试了Visual Studio的括号完成程序扩展,但是它只能完成花括号。并且还尝试了生产力电动工具,但无法找到此功能。请回复该操作。当我从可用函数列表中选择一个函数时,我希望我的预定义函数括号自动完成,就像netbeans一样。

I want my function parentheses auto complete in c# using visual studio. I have tried brace completer extension for visual studio but it only complete the curly braces. And also tried productivity power tool , but was not able to find this functionality. Please reply how to do it. I want my pre-defined function parentheses autocomplete when I select a function from a list of available functions , just like netbeans.

VS2013带有此选项,VS2010需要Visual Studio电动工具。

VS2013 comes with this option, VS2010 requires visual studio power tools.