在 VS 中,Ctrl K + D太麻烦了。有哪些替代方案?
我喜欢在 Visual Studio 中使用 Ctrl + K + D 来格式化我们的 XML 代码,但它太麻烦了。在 Netbeans 中,我们可以用一只手完成此操作(Alt + Shift + F)。所以我想知道我们还有什么其他选择来格式化代码(或在我输入时自动格式化!)
基本上我需要的唯一要求是我可以用一只手或更少的手来完成它。
i love the Ctrl + K + D in visual studio to format our XML code but its too troublesome. In Netbeans we can do it with 1 hand (Alt + Shift + F). So I was wondering what other alternatives do we have to format code (or auto format as i type!)
Basically the only requirement i need is that i can do it with 1 hand or less.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以轻松设置自己的 Edit.FormatDocument 命令快捷方式:
You can easily set your own shortcut for the Edit.FormatDocument command:
在VS中,打开工具->选项->环境->键盘,找到“Edit.FormatDocument”,为其分配您想要的任何快捷方式。
In VS, Open Tools->Options->Environment->Keyboard, find 'Edit.FormatDocument', assign it any shortcut you want.