vscode-guides
vscode-guides copied to clipboard
feature request: arrays for indentation guides
Great plugin.
I'd like normal, stack, and active guides to accept arrays as you've done with backgrounds. Then you could do something like:
"guides.stack.color.dark": [
"rgba(252, 30, 112, .30)",
"rgba(166, 226, 46, .30)",
"rgba(96, 211, 232, .30)",
"rgba(253, 151, 31, .30)"
],
"guides.active.color.dark": [
"rgba(252, 30, 112, .90)",
"rgba(166, 226, 46, .90)",
"rgba(96, 211, 232, .90)",
"rgba(253, 151, 31, .90)"
],
...for an effect like:

That's very possible. However, due to the way VSCode implement this, it could impact the performance a lot. I'll try it out and let you know once this feature is finished.
i got an error "expexted string " when i copy your stack array
Due to the way extension is structured right now, I'll move this issue to the upcoming release instead. I'll keep this issue up to date once the progress has been made.
Any update on how this would effect performance? I would love this.