在调试模式下,我选择一个返回某个值的表达式。 我可以右键单击并选择'debug:evaluate'选项。
我可以创建一个命令来执行此操作吗?例如 CTRL + SHIFT + I
答案 0 :(得分:1)
尝试命令:
editor.debug.action.selectionToRepl
{
"key": "ctrl+shift+i",
"command": "editor.debug.action.selectionToRepl"
}
答案 1 :(得分:0)
您可以通过文件>自定义键盘快捷键。偏好>键盘快捷键。请参阅https://www.w3schools.com/cssref/css_selectors.asp。
我相信你想要的捷径叫做Debug.EvaluateStatement。