After reformatting my computer, I realized that I had been using a helpful feature in VS Code that allowed me to quickly switch between files of the same component using key shortcuts. The shortcuts were:
Alt + t
= switch to typescript file of the same component
Alt + c
= switch to css (or sass) file of the same component
Alt + h
= switch to html file of the same component
Unfortunately, I can't seem to find the extension or setting that provided this functionality anymore.
Does anyone know what tool or extension I was using for these shortcuts?
I primarily work with Angular in VS Code, and these shortcuts were incredibly useful to me.
I've tried searching online and looking through popular Angular extensions, but I haven't found anything similar to what I had before.