如何在Visual Studio代码中显示lineendings(CR,LF)(不在Visual Studio中).
我使用以下设置,但不使用它们显示行结尾.
"editor.renderWhitespace": true,
"editor.renderControlCharacters": true,
"editor.renderIndentGuides": true
Run Code Online (Sandbox Code Playgroud)
是否有线端设置?
我在github上打开了一个问题https://github.com/Microsoft/vscode/issues/12223
Soham Kamani对此代码进行了扩展
问候Tonka