在 VS 中,Ctrl K + D太麻烦了。有哪些替代方案?

发布于 2024-11-14 21:15:14 字数 183 浏览 3 评论 0原文

我喜欢在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

江南月 2024-11-21 21:15:15

您可以轻松设置自己的 Edit.FormatDocument 命令快捷方式:

  • 转到“工具”->“编辑”。选项->键盘
  • 在“显示命令容器”中键入“FormatD”,直到显示“Edit.FormatDocument”。
  • 在“按快捷键”中选择您想要的任何内容,例如 Alt-Shift-F(据我所知,默认情况下不使用)
  • 单击分配。

You can easily set your own shortcut for the Edit.FormatDocument command:

  • Go to Tools -> Options -> Keyboard
  • Type "FormatD" in "Show commands containiner" until it shows "Edit.FormatDocument".
  • In "Press shortcut keys" choose whatever you want, e.g. Alt-Shift-F (which isn't used by default as far as I can tell)
  • Click Assign.
ペ泪落弦音 2024-11-21 21:15:15

在VS中,打开工具->选项->环境->键盘,找到“Edit.FormatDocument”,为其分配您想要的任何快捷方式。

In VS, Open Tools->Options->Environment->Keyboard, find 'Edit.FormatDocument', assign it any shortcut you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文