Visual Studio Code 搜索未显示整行

问题描述:

问题示例Visual Studio Code,当我进行搜索并找到多个项,它不会在搜索返回结果中显示整行代码/文本.它似乎只显示了一定数量的字符.

Example of issueVisual Studio Code, when I do a search and find mutiple items, it does not show the entire line of code/text in the search return results. It only seems to show a set number of characters.

如何在结果中显示整行.

How do I make is show the entire line in the results.

更新:似乎没有显示该行的前 11 个字符

Update: It seems to not show the first 11 characters of the line

您能否尝试使用在文件中查找"(ctrl+shift+f) 而不是查找"(ctrl+f).

Can you try 'Find in Files' (ctrl+shift+f) instead of 'Find' (ctrl+f).