-
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
Provide editor.renderWhitespace "selection" option #1477
Comments
@alexandrudima fyi |
I feel bad commenting "+1" on this issue, especially after the open letter to GitHub, but there's no other way of letting you know how important this is to me without doing so. So +1. :) |
50 thumb ups atm, multiple duplicates, but no no movement on this for a year? Seems like a low hanging fruit ripe for the picking to me. Anybody? |
Hopefully this will be added in the next release! |
Taking a while... :( |
This seems to be the main issue that is being tracked for this. Any update on when we can expect to see this feature in a future release? |
It would be great to have this, since it's valuable to know whitespace status in various cases including linting. |
+1 |
While we wait, I have create an extension explicitly for this issue. Please take a look. |
For those who want sublime's tab+space rendering see https://marketplace.visualstudio.com/items?itemName=chmln.better-whitespace |
@chmln I don't want to inform about this for the sake of installation numbers on my extension but I believe you just derived my work there. Although I didn't specified any license in my repository. GitHub's default license for unlicensed repository is as followed...
If you believe that it's totally all your hard work, could you prove it that it's yours? If you just want to do a variant implementation, you could just PR on my extension as your extension do most things the same way as mine do. |
In addition to the above, I had to set "workbench.colorCustomizations": {
"editorWhitespace.foreground": "#1B2B34", // theme background
"editorIndentGuide.background": "#65737E" // indent guide color
} |
Hello, |
+1 @elad |
It has been moved back several times now ...! |
Yet another +1 |
While the boundary setting is nice, having a proper selection render would be truly ideal, definitely support this too! +1 |
This is especially useful when collaborating who aren't very pedantic when it comes to whitespace. +1 |
+1 |
1 similar comment
+1 |
Any news? |
Until this is not fixed, we can use: |
thank @kanlukasz :) |
Any advantage compared to using the tip shared by @alexandrudima?
|
In this plugin you have some extra options, for example - changing this arrows to a straight long lines Edit:There is one small visual error in this plugin - spywhere/vscode-whiteviz#10 |
The setting will be available in tomorrow’s VS Code Insiders, which you can download here if you want to try it out: https://code.visualstudio.com/insiders/. It will be part of our next release in August. Thanks! |
Nice job! I'll update the extension to encourage this change accordingly then. 😄 |
Sublime Text has the option:
I would like to see
selection
added to list of possible values foreditor.renderWhitespace
. I find it incredibly useful.While writing code, I prefer to not show whitespace. However, when I copy-paste code snippets, I like to know the whitespace matches the target document by simply selecting it (usually via
Ctrl+A
), not using the arrow keys or toggling a setting.Thanks
The text was updated successfully, but these errors were encountered: