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?
you can't today, unless create new extension.
but, file-ext-switcher extension can open related file using keybinding, great. worth take look.
Comments
Post a Comment