visual-studio 在 Visual Studio 2010 中更改文本光标/插入符号
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3894551/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Change the text cursor/caret in Visual Studio 2010
提问by sebf
I've accidentally changed the text cursor/caret in Visual Studio 2010 from the line to the one with the box that highlights the entire character and cannot find out how to change it back. Can anyone tell me how? Thanks!
我不小心将 Visual Studio 2010 中的文本光标/插入符号从行更改为带有突出显示整个字符的框的文本光标/插入符号,但不知道如何将其改回来。谁能告诉我怎么做?谢谢!
回答by Shyju
Press the Insert Key
按插入键
回答by zainnab
To clarify there are two modes when using the editor: Insert and Overwrite.
澄清一下,在使用编辑器时有两种模式:插入和覆盖。
Insert -- the "normal" thin caret that inserts characters as you type.
插入——在您键入时插入字符的“正常”细插入符号。
Overwrite -- the "fat" caret that will overwrite any previous characters as you type.
覆盖 - 将在您键入时覆盖任何先前字符的“胖”插入符。
These two act the same when at the end of your document and you are just typing but go in the middle of some text and use them then you will see the difference.
这两个在文档末尾时的行为相同,您只是在打字,但进入某些文本的中间并使用它们,然后您就会看到不同之处。
回答by Shervin Ivari
If you are using a laptop keyboard also Shift+0will solve your problem.
如果您使用的是笔记本电脑键盘,Shift+也 0可以解决您的问题。

