Skip to content
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

Support customization of cursor width #41052

Closed
ramya-rao-a opened this issue Jan 2, 2018 · 1 comment
Closed

Support customization of cursor width #41052

ramya-rao-a opened this issue Jan 2, 2018 · 1 comment
Assignees
Labels
editor-core Editor basic functionality feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@ramya-rao-a
Copy link
Contributor

ramya-rao-a commented Jan 2, 2018

Cursors can be currently customized using the settings editor.cursorStyle

image

and editor.cursorBlinking

image

This feature request is to add customization on the width of the cursor to support users who want cursor thicker than the line style but thinner than the block

Options are to either provide another middle ground or provide option to specify cursor width

@vscodebot vscodebot bot added the editor label Jan 2, 2018
@ramya-rao-a ramya-rao-a added feature-request Request for new features or functionality editor-core Editor basic functionality and removed editor labels Jan 2, 2018
@ramya-rao-a ramya-rao-a self-assigned this Jan 2, 2018
@ramya-rao-a ramya-rao-a added this to the December 2017/January 2018 milestone Jan 2, 2018
ramya-rao-a added a commit that referenced this issue Jan 10, 2018
* Add option to control width of the line cursor #41052

* Allow lineCursorWidth greater than 10

* Avoid linecontent read when not needed
@ramya-rao-a
Copy link
Contributor Author

  • Added new setting editor.cursorWidth
  • Works only when editor.cursorStyle is set to line
  • Is ignored when set to anything <= 0 or
  • Is capped at character width meaning setting it to 10 or 100 would have no differences (when working with default font and zoom

@ramya-rao-a ramya-rao-a added the verification-needed Verification of issue is requested label Jan 29, 2018
@bpasero bpasero added the verified Verification succeeded label Feb 1, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-core Editor basic functionality feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants