更改 eclipse 快捷方式以匹配 Visual Studio
有没有办法更改 Eclipse 中的键盘快捷键以匹配 Visual Studio 2010 中的键盘快捷键?
我是一名 C# 开发人员,我习惯了 Visual Studio 快捷方式。我现在正在使用 Eclipse 进行一些 Java 编程。这很有趣,但也很痛苦,因为我的大脑是硬连线的:)。
Is there a way to change keyboard shortcuts in Eclipse to match those in Visual Studio 2010?
I am a C# developer and I am used to Visual Studio shortcuts. I am now using Eclipse to do some Java programming. It is fun, but painful because my brain is hard-wired :).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
安装 C/C++ 开发工具 (CDT) 后,应该有可用的 Visual Studio 方案
(从 Windows > 首选项 > 常规 > 键)
可以在以下位置找到更多信息(带有屏幕截图)
配置 Eclipse 使用 VS.Net 快捷方式?
我刚刚尝试过它使用 Spring 的 eclipse 发行版(spring 源工具套件)
它有效
after installing the C/C++ Development Tools (CDT) there should be Visual Studio scheme available
(from Windows > Preferences > General > Keys)
more informations (with screenshots) can be found on
Configure Eclipse to use VS.Net shortcuts?
I've just tried it using Spring's eclipse distribution (spring source tool suite)
and it works
应该很容易
tadaa!
ps: eclipse 的 ac# ide 插件会很棒。我是一名 java/eclipse rcp 开发人员,但我喜欢 C# 作为语言。由于视觉工作室,我还没有做过任何严肃的事情。感觉就像是90年代的一些老java ide。
should be very easy
tadaa!
p.s.: a c# ide plugin for eclipse would be great. i'm a java/eclipse rcp developer, but i like c# as language. i haven't done anything serious yet because of visual studio. it feels like some old java ide from the 90's.
为 Eclipse 编写一个插件 - 并不太难。
Write a plug-in for Eclipse - it is not too difficult.