Prefences -> Settings -> Default
将原来的
"draw_white_space": "selection",
修改为
"draw_white_space": "all",
用空格代替tab
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
本文介绍如何在 VSCode 中调整设置以优化代码显示效果,包括使用空格代替制表符以及全面显示空白字符的方法。
Prefences -> Settings -> Default
将原来的
"draw_white_space": "selection",
修改为
"draw_white_space": "all",
用空格代替tab
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
1140

被折叠的 条评论
为什么被折叠?