“Find All References” across files for a method/function in VSCode is not possible

前端 未结 3 1832
难免孤独
难免孤独 2020-12-28 16:24

Visual Studio Code version 1.27.2

Find all References only list references in the current file. I need to find all references

3条回答
  •  -上瘾入骨i
    2020-12-28 16:51

    In Visual Studio Code you can do this by first highlighting the text you want to search for, then using the command: CTRL + SHIFT + F (pressing all at once).

    CTRL + SHIFT + F is just a shortcut for accessing the search tab on the left-hand side of VSCode. Hope that helps and apologies for the scribbles :)

提交回复
热议问题