更改 eclipse 快捷方式以匹配 Visual Studio

发布于 2024-10-12 14:23:24 字数 161 浏览 7 评论 0原文

有没有办法更改 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 技术交流群。

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

发布评论

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

评论(3

ι不睡觉的鱼゛ 2024-10-19 14:23:24

安装 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

丘比特射中我 2024-10-19 14:23:24

应该很容易

  • 打开首选项(窗口->首选项)
  • 在搜索框中键入键
  • 找到常规->键键入
  • 要修改的命令
  • 修改绑定
  • 在搜索列表中键入您的绑定以确保没有其他命令正在使用相同的绑定

tadaa!

ps: eclipse 的 ac# ide 插件会很棒。我是一名 java/eclipse rcp 开发人员,但我喜欢 C# 作为语言。由于视觉工作室,我还没有做过任何严肃的事情。感觉就像是90年代的一些老java ide。

should be very easy

  • open preferences (Window->Preferences)
  • type keys in the search box
  • locate General->Keys
  • type the command you want to modify
  • modify the binding
  • type your binding in the search list to make sure no other command is using the same binding

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.

随心而道 2024-10-19 14:23:24

为 Eclipse 编写一个插件 - 并不太难。

Write a plug-in for Eclipse - it is not too difficult.

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