eclipse Visual Studio快捷键相当于eclipse快捷键

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5070911/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 15:50:35  来源:igfitidea点击:

Visual studio shortcut keys equivalent to eclipse shortcut keys

visual-studioeclipsekeyboard-shortcutsshortcuts

提问by KTrum

I use both eclipse and visual studio (2008 right now) a lot. But there are some shortcut keys from eclipse that I really miss in Visual Studio that I haven't been able to locate. Does anyone know if these exists in Visual Studio?

我经常使用 Eclipse 和 Visual Studio(现在是 2008 年)。但是有一些来自 Eclipse 的快捷键,我在 Visual Studio 中真的很想念,但我一直找不到。有谁知道这些是否存在于 Visual Studio 中?

Being able to search in your open window tabs- this is Ctrl+Ein eclipse I think? I know you can navigate, but not search.

能够在打开的窗口选项卡中进行搜索-我认为这是eclipse 中的Ctrl+E吗?我知道你可以导航,但不能搜索。

open type
open type heirarchy
open resource
move selected lines up or down (Alt+Up/Down)
move to last edited line
(NOT Ctrl+-/ Ctrl+Shift+-in VS and not Ctrl+Z, which only works if you're in the same file?)

open type
open type heirarchy
open resource
向上或向下移动选定的行 ( Alt+ Up/ Down)
移动到最后编辑的行
(在 VS 中不是Ctrl+ -/ Ctrl+ Shift+-而不是Ctrl+ Z,这仅在您在同一个文件中时才有效?)

If they don't exist, anyone got a good resource on how you can program shortcuts yourself for VS?

如果它们不存在,任何人都可以获得有关如何为 VS 自己编写快捷方式的良好资源?

回答by outcoldman

Just published new extension for Visual Studio: Meet IntelliCommand (Visual Studio 2010/2012 extension)

刚刚发布了 Visual Studio 的新扩展: Meet IntelliCommand(Visual Studio 2010/2012 扩展)

回答by Mike B

This may help you for the moving of selected lines: Visual Studio: hotkeys to move line up/down and move through recent changes

这可能有助于您移动选定的行:Visual Studio:用于向上/向下移动行并浏览最近更改的热键

Still searching on the others.

还在寻找其他的。

回答by Dennis

There is an "AsEclipse" plugin that should provide most functionality:

有一个“AsEclipse”插件应该提供大多数功能:

https://visualstudiogallery.msdn.microsoft.com/99ede732-544c-4f3b-8e38-49e4b8395075

https://visualstudiogallery.msdn.microsoft.com/99ede732-544c-4f3b-8e38-49e4b8395075

回答by B5A7

I am a first time user of VS. Open Resourceand Open Typelook to be pretty well covered by Search in Solution Explorer, which is accessed using Ctrl+;

我是 VS 的第一次用户。 解决方案资源管理器中的搜索似乎很好地涵盖了开放资源开放类型,使用Ctrl+访问;

回答by JOKe

install telerik justcode... it has all shortcuts you just need to change them to be like in eclipse ... works like a charm after 15mins

安装 Telerik justcode ... 它具有所有快捷方式,您只需要将它们更改为 Eclipse 中的样子 ... 15 分钟后就像一个魅力

回答by thersch

I'm not sure if following are VS or ReSharper shortcuts:
open type heirarchy:Ctrl+E, Ctrl+H
move selected lines up or down:Ctrl+Shift+Alt+UP/DOWN/LEFT/RIGHT

我不确定以下是 VS 还是 ReSharper 快捷方式:
打开类型层次结构:Ctrl+E, Ctrl+H
向上或向下移动选定的行:Ctrl+Shift+Alt+UP/DOWN/LEFT/RIGHT

回答by Vignesh Ravi

enter image description here

在此处输入图片说明

Go to Settings keymaps and search for eclipse. If you install Eclipse Keymap from Alphabot Security plugin in VS Code. It has most of the shortcut from eclipse.

转到设置键盘映射并搜索 eclipse。如果您从 VS Code 中的 Alphabot Security 插件安装 Eclipse Keymap。它具有来自 eclipse 的大部分快捷方式。