VS Code tips — The Indent Rainbow extension

VS Code tips — The Indent Rainbow extension

Code 2020

2 года назад

20,502 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Faheem Ahmad
Faheem Ahmad - 01.08.2023 19:54

how to edit? // Using the light mode
"indentRainbow.indicatorStyle": "light",
// we use a simple 1 pixel wide line
"indentRainbow.lightIndicatorStyleLineWidth": 1,
// the same colors as above but more visible
"indentRainbow.colors": [
"rgba(255,255,64,0.3)",
"rgba(127,255,127,0.3)",
"rgba(255,127,255,0.3)",
"rgba(79,236,236,0.3)"

Ответить
Chuck Esterbrook
Chuck Esterbrook - 31.05.2023 04:47

Is there an extension that can treat the file as having, say indent = 4 in memory, but save as indent = 2 to the file system? (or vice versa) This would enable developers to work with their own preference while complying with employers or clients.

Ответить
Nishan Mazumder
Nishan Mazumder - 26.11.2022 12:31

how to enable dot?

Ответить
One Piece Fandom
One Piece Fandom - 07.10.2022 13:51

Thanks bro

Ответить
Dev Studies
Dev Studies - 14.06.2022 04:43

Ugly, but looks useful.

Ответить