简体   繁体   English

如何从 Visual Studio 的文本编辑器中删除虚线?

[英]How to remove dotted line from text editor in visual studio?

Unfortunately I hit some shortcut from Visual Studio text editor.After that there will be a dotted line in my text editor along with every code.i tried by resetting Environment from tool menu.不幸的是,我从 Visual Studio 文本编辑器中找到了一些快捷方式。之后,我的文本编辑器中将出现一条虚线以及每个代码。我尝试通过从工具菜单重置环境。

Still also am getting those line.仍然得到那些线。

It makes my editor seems bad.这让我的编辑器看起来很糟糕。

So please help me to fix this problem.所以请帮我解决这个问题。

I am assuming, You must have hit CTRL+E & CTRL+S by mistake.我假设,您一定是误按了 CTRL+E 和 CTRL+S。 You can get rid of those dotted lines by pressing the same keys again or go to EDIT tab -> Advanced and click on "View White Space"您可以通过再次按相同的键或转到编辑选项卡-> 高级并单击“查看空白”来摆脱那些虚线

I guess this should eradicate the problem我想这应该可以解决这个问题

按 ctrl+shift+p 打开命令面板并搜索切换渲染空白并单击它,虚线空白将消失。

点击查看然后在下面你会发现渲染空白点击它就会消失

如果你说的是连接缩进文本块的垂直线,答案是Tools -> Options -> Text Editor -> General -> Show structure guide lines

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 删除按钮上的虚线 - Remove dotted line on button Visual Studio 文本编辑器扩展 - Visual Studio Text Editor Extension 如何在 Visual Studio 编辑器中的特定行/列/长度上创建标记? - How to create a tag on a specific line/column/length in Visual Studio editor? 如何将类从外部程序集导入到Visual Studio文本编辑器扩展? - How to import class from external assembly to Visual Studio Text Editor Extension? 如何从 Visual Studio 编辑器中检索文本以与 Roslyn SyntaxTree 一起使用? - How do I retrieve text from the Visual Studio editor for use with Roslyn SyntaxTree? 如何获得visual studio文本编辑器的背景颜色? - How can I get visual studio text editor background colour? 如何修复烦人的Visual Studio文本编辑器光标错位错误 - How to fix annoying Visual Studio text editor cursor misplacement bug 如何检查Visual Studio中的文本编辑器视图是否已修改(未保存)? - How to check if text editor view in Visual Studio is modified (unsaved)? 如何获取Visual Studio 2015编辑器窗口的选定文本? - How to get selected text of visual studio 2015 editor windows? 如何在Visual Studio编辑器中编写加载项以更改文本颜色? - How to write an add-in to change text color in Visual Studio editor?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM