Hi, I am using typst for some time now, with tinymist on vscode. I use it to pretty much everything physics related, reports, exercises and notes.
TLDR: Is there VSCode extension, or anyother way to deal with nested brackets in nice clean way, that does formating and colouring automatically?
On lectures I barerly am able to keep with the tempo to note everything down. When I have to deal with nested brackets with additional functions it gets really ugly pretty fast, and I don’t have time to check every bracket. My solution is to spam empty line as often as possible, but it is not perfect. Bracket colouring doesn’t work great too (im using VSCodium, I tried to configure, but sometimes it works, sometimes it doesn’t). So the question to all of you, how do you deal with nested brackets? Are there extensions or good practices that you found very useful?
For example:
iprod(f,g) = iprod((hat(A) - expval(A))psi, (hat(B)-expval(hat(B)))psi) = expval(hat(A)B - hat(A)expval(B) - expval(hat(A))hat(B)+expval(hat(A))expval(hat(B))) = \
= expval(hat(A)hat(B)) - expval(hat(A))expval(hat(B))