简体   繁体   English

在VS19中更改插入光标插入符

[英]Change insert cursor caret in VS19

I am not a fan of the beam/virtual caret for text insertion. 我不喜欢插入文本的梁/虚拟插入符号。 I much prefer a horizontal/underline cursor caret. 我非常喜欢水平/下划线光标插入符号。

I tried guicursor but it appears to not be supported. 我尝试了guicursor,但似乎不受支持。 How can I configure VsVim or Visual Studio to get the desired cursor caret style? 如何配置VsVim或Visual Studio以获取所需的光标插入符样式?

Example: 例:

例

您可以看到如何在VsVim中实现插入符号: VsVim / Src / VimWpf / Implementation / BlockCaret /

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

相关问题 C++ 的 VS19“突出显示对光标下符号的引用”关闭等效项 - VS19 "Highlight references to symbol under cursor" off equivalent for C++ VS19 测试资源管理器中未显示 GTest - GTests not showing in VS19 test explorer 无法在VS19中加载LLBL Gen Pro的自定义可视化程序 - Unable to load custom visualizer of LLBL Gen Pro in VS19 为什么VS19中的razor代码不高亮in.cshtml文件? - Why is razor code in VS19 not highlighting in .cshtml file? VS19 .NET Target Frameworks 锁定在 2.0、3.0 和 3.5 - VS19 .NET Target Frameworks is locked on 2.0, 3.0, & 3.5 使用 vs19 中的构建后执行自动复制目录的每个文件 - Copy every files of a dir automatically using post build executions in vs19 “请尝试使用 CMake 和 VS19 启用每用户重定向” - “Please try enabling Per-user Redirection” with CMake and VS19 使用 MSVC/VS19 (postgresql 13.2) 在 windows 上构建 libpq 和 pg_confing - building libpq and pg_confing on windows with MSVC/VS19 (postgresql 13.2) 如何在 docker 在 vs19 中运行之前配置 SQL 服务器 docker - How to configure SQL Server docker before docker run in vs19 VS19中发布错误“找不到路径的一部分”的原因(错误:MSB3027,MSB3021)? - Reason for publishing error “could not find a part of the path” in VS19 (Errors: MSB3027, MSB3021)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM