Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我经常发现自己在 Visual Studio 中选择整行通常是为了更正缩进。
使用 home->shift+end 不会选择行首的空格,因此按 tab 将用 tab 代替选择,而不是缩进。
在visual studio中是否有选择整行的热键?
在点击+home之前点击两次以选择整行加标签shiftend
或者我的首选方法是从头开始并输入
end-> shift+ home+home
至于更正制表符,如果您选择多于 1 行,它将标记所有行,但仅选择 1 行将用制表符替换该行(无论您是否选择当前制表符)。要标记单行,根本不突出显示该行:
home+tab