Today I Learned

A Zero One initiative

VSCode Matching Brackets Highlighting

"editor.guides.bracketPairs": true,
 "editor.bracketPairColorization.enabled": true

Allows you to enable colour matching bracket tracing. This especially comes in handy when dealing with larger complex JS functions or even Stimulus Controllers. Have fun