Home >Software Tutorial >Computer Software >How to display thumbnails in Vscode_How to display thumbnails in Vscode
php Xiaobian Yuzai will introduce to you how to display thumbnails in Vscode. As a powerful code editor, Vscode does not display thumbnails by default. However, for some large projects, thumbnails can help developers better browse and navigate the code. Fortunately, Vscode provides some methods to display thumbnails, making it easier for you to view the code structure and quickly locate it. Next I will introduce several methods to implement Vscode display thumbnails.
1. First enter Visual Studio Code and click [File] in the upper left corner.
2. Then click [Preferences].
3. Click the [Settings] item.
4. Then click [Text Editor-Thumbnail].
5. Finally, in the thumbnail item, turn on [Control whether to display thumbnails].
The above is the detailed content of How to display thumbnails in Vscode_How to display thumbnails in Vscode. For more information, please follow other related articles on the PHP Chinese website!