angular - VSCode: Automatically open .html files in one window and .ts in the other -


i'm writing angular2 in vscode. split editor window in 2 , keep .html files on right , .ts files on left.

it great automate this, when double click in file browser file opened in 'type appropriate' window split.

how can configure or extend vscode this?

enter image description here

you can't today, unless create new extension.

but, file-ext-switcher extension can open related file using keybinding, great. worth take look.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -