vizhub-core / vzcode

Mob Programming Code Editor
MIT License
55 stars 13 forks source link

Rainbow Brackets #684

Closed nitanagdeote closed 3 weeks ago

nitanagdeote commented 1 month ago

It would be great if it were more like VSCode and used different colored brackets for different levels.

Here's an example from VSCode:

image


const foo = {
  x: {
    t: {
      d: {
        x: {
          t: {
            d: {},
          },
        },
      },
    },
  },
};

We can maybe use https://github.com/eriknewland/rainbowbrackets