The editor.wordWrap is not working properly when the variable width font is used in editor #52166
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
editor-wrapping
Editor line wrapping issues
The editor.wordWrap is not working properly when the variable width font is used in editor.
When the editor.wordWrap is 'on' and a fixed width font like Courier New is used, VSC wraps the long lines correctly according to viewport size.
But if I change the editor font to variable width font like Arial, VSC wraps the long lines earlier than real viewport size. So there many gaps(1~2inches in 22inch monitor) between the end of each line wrapped and viewport window.
I hope the wrapping algorithm consider this font style case.
The text was updated successfully, but these errors were encountered: