Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 VS Code 构建一个扩展。我的扩展程序将显示与最近操作相关的键绑定(我很喜欢这个帮助我学习键绑定)。
浏览文档似乎有一种方法可以访问编辑器中的命令,但我找不到在调用它们时监听动作/命令的方法。
当前的 API 可以做到这一点吗?或者我应该在 Github 中创建一个功能请求?
这在当前版本 0.10.3 中是不可能的。我在 Github 上打开了一个问题,其中一位开发人员告诉我现在不可能。这是对未来版本的功能要求。如果它可用,我会在这里更新它。