-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Visualize full-width space character (render whitespace in selection) #2085
Comments
@kuyur I assume you refer to the "editor.renderWhitespace" setting which shows tab characters but does not show spaces? What do your mean with "full-width space character"? |
full-width space is used in Japanese and Chinese. for example, |
Related to #1477. |
+1 |
I hope that the full-width space character can be always rendered, not only when it is selected. |
Merge pull request #2081 from Tyriar/xterm-tests Merge pull request #2085 from Tyriar/a11y_fix Merge pull request #2088 from Tyriar/fix_coveralls Merge pull request #2092 from Tyriar/layering Merge pull request #2094 from Tyriar/2005_colormanager Merge pull request #2096 from Tyriar/render_coordinator Merge pull request #2098 from Tyriar/2093_logo_demo Merge pull request #2100 from Tyriar/2099_pausing Merge pull request #2101 from Tyriar/bad_comment_ Merge pull request #2109 from Tyriar/2107_cursor_report Merge pull request #2113 from Tyriar/2111_automate_patch_release Merge pull request #2110 from Tyriar/split_out_integration Merge pull request #2114 from Tyriar/consolidate_api_test_timeout Diff: xtermjs/xterm.js@2d59185...93c1b89
We try to keep VS Code lean and we think the functionality you're asking for is great for a VS Code extension. Maybe you can already find one that suits you in the VS Code Marketplace. Just in case, in a few simple steps you can get started writing your own extension. See also our issue reporting guidelines. Happy Coding! |
Hope to support visualizing full-width space character with "○".
The text was updated successfully, but these errors were encountered: