Visual Studio Permanently Disable Overwrite

微笑、不失礼 提交于 2019-12-10 13:12:38

问题


I have a minor annoyance with Visual Studio. In the bottom right hand corner of Visual Studio, there is a INS/OVR button to toggle Insert/Overwrite. I always have this button set to INS, and I always want it to be set to INS.

However, sometimes when I build the solution, Visual Studio changes this back to OVR. I have to click on the button to change it back to INS, which is slightly inconvenient.

I do not know why this setting sometimes changes. Is there anyway I can permanently disable the overwrite mode in Visual Studio or prevent solution builds from changing this setting?


回答1:


I don't think you can permanently turn insert/overwrite off. Are you accidentally pressing insert on your keyboard? You can press the insert key on your keyboard or Shift+0 on the numpad to toggle it back again.




回答2:


Visual Studio, Tools > Options > Environment > Keyboard, remove the shortcut binding for Edit.OvertypeMode



来源:https://stackoverflow.com/questions/31164650/visual-studio-permanently-disable-overwrite

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!