-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eliminate block cursor hack #39
Comments
I tried the new native block cursor and it makes the character under cursor hard to see. |
Yes, you may want to subscribe to microsoft/vscode#2943. |
may be able to refer to this sample from vscode. |
@holmeszyx |
vimStyle has the behavior the OP wants. But as @aioutecism, the character under cursor is hidden since the block cursor is opaque. |
I think PR #103 is related to this issue. |
I'm leaving this open until block cursor in visual mode is supported. |
Version 0.10.8 has now has native support for a block cursor. (See microsoft/vscode PR #1586.)
ActionBlockCursor has a hack to simulate a block cursor. Unfortunately, toggling the block style is still not accessible through the extensions API. (See microsoft/vscode#561.) The implementation also has some minor aesthetic/readability issues. (See microsoft/vscode#2943.)
We can remove the hack now and recommend users toggle the
editor.cursorStyle
setting for themselves, or we can decide to wait for one or more of the outstanding issues to be resolved.This issue can serve as a tracking bug.
The text was updated successfully, but these errors were encountered: