用于查看内联参数值的VS代码扩展?

时间:2018-12-17 07:24:47

标签: visual-studio-code

假设我有此方法:

const makeSound = (animal, breed) => { // vs code will show something like --> animal: cat, breed: scottishfold
   // do something
}

makeSound("cat", "scottishfold");

我看过一些截屏视频,它们的VS Code显示了键入时在代码编辑器本身(内联)中传递的参数的值。我发现这是一项有用的功能,因为我不需要经常进行console.logs

这个扩展名是什么?

0 个答案:

没有答案