What#39;s the equivalent for eclipse#39;s ALT+UP/DOWN (move line) in Visual Studio?(Visual Studio 中 Eclipse 的 ALT+UP/DOWN(移动线)的等价物是什么?)
问题描述
在 Eclipse 中,选择一条线并按 Alt + ↑/↓ 将上下移动该线,快捷方式以避免复制和粘贴.Visual Studio 中是否有等价物?
In Eclipse, selecting a line and pressing Alt + ↑/↓ will move the line up and down, a quick way to avoid copy&paste. Is there an equivalent in Visual Studio?
推荐答案
在 Visual Studio 2013 及更高版本中,此功能已内置.ALT + UP/DOWN 将向上或向下移动一行.
In Visual Studio 2013 and later, this functionality is built in. ALT + UP/DOWN will move a line up or down.
如果您在 VS2012 中需要此功能(也适用于 VS2010),请查看 MoveLine Visual Studio 扩展 或 生产力工具套件.
If you need this functionality in VS2012 (works with VS2010 too), take a look at the MoveLine Visual Studio Extension or the Productivity Power Tools suite.
这篇关于Visual Studio 中 Eclipse 的 ALT+UP/DOWN(移动线)的等价物是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Visual Studio 中 Eclipse 的 ALT+UP/DOWN(移动线)的等价物是什么?
基础教程推荐
- Struts2 URL 无法访问 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
