我可以自定义 LinqPad 快捷键吗?
我习惯在 Visual Studio 中使用 ESC 来“列出成员”,使用 F1 来“显示参数信息”。这是 XCode 的老习惯。 LinqPad 有什么办法可以实现这一点吗?我注意到一个名为“使用 Visual Studio 快捷键”的高级首选项。我的第一个想法是,此选项会将您的键映射设置从 Visual Studio 复制到 LinqPad,但这似乎不是它的工作原理。
I am accustomed to using ESC to "list members" and F1 to "show parameter info" in Visual Studio. This is an old habit from XCode. Is there any way to achieve this in LinqPad? I noticed an advanced preference called "use visual studio shortcut keys". My first thought is that this option would copy your key mapping settings from visual studio into LinqPad, but that does not seem to be how it works.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前无法在 LINQPad 中自定义键盘快捷键。 “使用 Visual Studio 快捷键”选项(默认值为 TRUE)只是告诉 LINQPad 使用与 VS 默认值一致的快捷键。
将此选项设置为 false 使其与 LINQPad 的早期版本保持一致,早期版本使用单键组合来进行注释/取消注释等操作,而不是使用 VS 风格的和弦。
There's no way to customize keyboard shortcuts in LINQPad right now. The "Use Visual Studio shortcut keys" option (for which the default is TRUE) just tells LINQPad to use shortcuts consistent with VS's defaults.
Setting this option to false makes it consistent with early versions of LINQPad which used single-key combinations for things like comment/uncomment rather than the VS-style chords.