Possibility of opening the .ts|.html|.css|.spec.ts file as a new tab
Closed this issue · 2 comments
pascaljr commented
Often times, instead of switching from the ts to the html of my component in the same tab (changing the opened file), I prefer to open a new tab with the file opened there. It would be nice to have this as an optional behavior.
maxaxehax commented
Just a suggestion: if you disable preview editors (VS Code setting: "workbench.editor.enablePreview": false
), you can achieve this exact behaviour.
pascaljr commented
I just found out about this yesterday. Indeed, it solves the problem. Thank you very much for the reply