0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

はじめに

「VSCodeのインデントを虹色にしたいんだ!」
上記を叶えるVSCodeの拡張機能の紹介をします

indent-rainbow

スクリーンショット 2024-07-16 23.34.01.png

使用例

インストールするだけでこんなカラフルになります。

スクリーンショット 2024-07-16 23.36.52.png

setting.jsonに色の詳細を指定することもできるので自分好みに変更するのもありです

    "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)"
    ]

上記の結果は以下

スクリーンショット 2024-07-16 23.39.59.png

さいごに

短い人生の中でVSCodeを見ている時間はどれくらいあるんでしょうか
少しでも楽しいコーディングをするのに導入してみてはいかがでしょうか
単純にどこがずれているのか分かり易い利点もあります!

ちなみに自分は社内のフリーウェアの申請を上長が出していたので安心してインストールしました!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?