是否有适用于 Netbeans 的 Visual Studio 2008 键盘映射配置文件?
我知道 Eclipse 和 Idea 的键盘映射配置文件可以很好地反映 VS 2k8 键映射/快捷键体验,但是您知道我在哪里可以找到适合我选择的 IDE Netbeans 的键盘映射配置文件吗?
是否也可以从其他 IDE 导入?
I know there are keymap profiles for Eclipse and Idea that reflect the VS 2k8 key mapping / shortcuts experience quite well, but do you know where I can find one for my IDE of choice, Netbeans?
Could importing from another IDE be possible as well?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我尝试创建自己的配置文件,不幸的是 VS 中的一个关键元素阻止了在 NetBeans 中完全实现这一点...VS 允许您根据 VS 的状态(编辑、运行、运行)将相同的键映射到不同的操作在调试模式等)。
例如,这允许您在编辑时将 F5 键映射到“Build”...并且在遇到断点时将相同的 F5 键映射到“Continue”。
据我所知,这在 NetBeans 中是不可能的。
I tried to create my own profile, unluckily there's a key element in VS that prevents this from being completely possible in NetBeans... VS allows you to map the same key to different actions depending on the state of VS (editing, running, running in debug mode, etc.).
That allows you to map, for example, the F5 key to "Build" when editing... and that same F5 key to "Continue" when you hit a breakpoint.
AFAIK this is not possible in NetBeans.
不会。目前 6.7.1 中有一些适用于 Emacs、Eclipse 和 Idea。
但您可以轻松映射自己的映射,并希望与社区分享;-)
您可以通过以下方式执行此操作:工具->选项->键盘映射->管理配置文件->复制
然后更改重复的键盘映射并将其导出(管理个人资料)
No. At the moment in 6.7.1 there are some for Emacs, Eclipse and Idea.
But you can easily map your own and hopefully share this with the community ;-)
You can do so via: Tools->Options->Keymap->Manage Profiles->Duplicate
Then change the duplicated keymap and export it (Manage Profiles)