问题描述
嗨
我是C#的新手。请放轻松我: - )
I'm new to C#. Please take it easy on me :-)
有人可以推荐VS的扩展程序,以便我更容易编写代码吗?
Can anyone recommend extensions for VS to make it easier for me to write out code?
例如。我看到一个视频,程序员输入'for'并按下tab键,它会自动完成语法如下?
E.g. I saw a video whereby a programmer types 'for' and presses the tab key and it auto-completes the syntax with the following?
还
Tortoise.'Move'并按Tab键并自动填充括号和冒号();
Tortoise.'Move' and presses tab and it autocompletes the brackets and colon ();
问候,劳尔
推荐答案
试用Visual Studio市场上提供的Productivity Power Tools扩展。
https:// marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.ProductivityPowerTools
Try out Productivity Power Tools extention available on the Market place for Visual Studio.
https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.ProductivityPowerTools
还有一个名为Resharper的工具。您也可以在购买前试用它。
Also there is another tool called Resharper. You could also try that as a trial before buying it.
亲切的问候
Ronald Mariah
Ronald Mariah
这篇关于C#新手的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!