使用vscode后发现没有像sublime一样显示空格和箭头, 百度了好多资料,没找到方法,但是找到了这个行为叫什么, 然后在vscode里各种折腾,还是让我找到了,那该怎么设置呢?
1.打开vscode的用户设置
2.在右边添加新设置

{
    "editor.renderControlCharacters": true,
    "editor.renderWhitespace": "all"
}