i want my function braces autocomplete in c sharp using visual studio

本秂侑毒 提交于 2019-12-13 04:26:14

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/20025319/i-want-my-function-braces-autocomplete-in-c-sharp-using-visual-studio

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!