Using multiple screens I normally place multiple classes (files) in different screens, this helps me a lot while refactoring, checking tests and comparing changes.Visual Studio Code does not allow me to drag a tab outside the window and view it in (for example) another monitor.I checked the documentation and plugins, but the only way I found, is to open two windows, pointing to the same project (folder) and put those in different screens.I don't like this solution, that causes also some problem when I watch code changes using TypeScript.