981377660LMT / ts

ts学习
6 stars 1 forks source link

VSCode 跳转到定义时不要弹框,直接跳转! #386

Open 981377660LMT opened 9 months ago

981377660LMT commented 9 months ago

我们希望直接跳转到定义,你只需要在 JSON 里面设置如下内容即可:

  "editor.gotoLocation.multipleTypeDefinitions": "goto",

  "editor.gotoLocation.multipleReferences": "goto",

  "editor.gotoLocation.multipleDefinitions": "goto",

  "editor.gotoLocation.multipleImplementations": "goto",

  "editor.gotoLocation.multipleDeclarations": "goto"