更改“仍未加载”的 IntelliJ 键盘快捷键;
因此,我尝试在 IntelliJ 中获得 Visual-Studio-With-Resharper 式的键盘快捷键方案,其中涉及分配 Ctrl+R、Ctrl +R 到“重构>重命名”。我不被允许。原因:Ctrl+R 是“已分配给尚未加载的 [Console.TableResult.Reload]”。
如何从“未加载”的函数中删除分配?为什么没有加载以及如何加载?
So I try to get a Visual-Studio-With-Resharper-esque keyboard shortcut scheme in IntelliJ, which involves assigning Ctrl+R, Ctrl+R to "Refactor > Rename". I'm not allowed. Reason: Ctrl+R is "Assigned to [Console.TableResult.Reload] which is still not loaded".
How can I remove the assignment from a function that is "not loaded"? Why is it not loaded and how do I load it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有些动作是动态添加的,例如,当您激活版本控制时,相应的动作会添加到不同的菜单中等。这就是为什么有时IDEA知道可能会添加具有专用快捷方式的动作,但也可能不会。它对这种情况发出警告。但该消息并不容易阅读或理解。将尽快修复。
Some actions are added dynamically, e.g. when you activate version control, corresponding actions are added in different menus, etc. That's why sometimes IDEA knows that actions with dedicated shortcuts may be added, but may be not. It warns about such a situation. The message is not easy to read nor to understand though. Will be fixed ASAP.