我在TypeScript项目上使用SublimeText。我试图找到用于遍历方法的方法签名的键盘快捷键。目前,它向我显示了当前方法的签名,我必须用鼠标单击图像中显示的位置才能在其余位置之间循环。如果我仅使用光标键,它将转到下一行,而不是循环浏览其他签名。我可以使用任何键盘快捷键吗?
答案 0 :(得分:0)
Assuming you're using the Microsoft TypeScript package for this, according to the README file you want Alt+Up and Alt+Down for this: