vscode-guides icon indicating copy to clipboard operation
vscode-guides copied to clipboard

feature request: arrays for indentation guides

Open WhatsThatItsPat opened this issue 8 years ago • 4 comments
trafficstars

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:

lines idea

WhatsThatItsPat avatar May 20 '17 14:05 WhatsThatItsPat

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.

spywhere avatar May 21 '17 04:05 spywhere

i got an error "expexted string " when i copy your stack array

yoni333 avatar Jun 27 '17 04:06 yoni333

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.

spywhere avatar Mar 05 '18 10:03 spywhere

Any update on how this would effect performance? I would love this.

Santosh-Gupta avatar Mar 14 '20 17:03 Santosh-Gupta