Hi all,
I would like to follow up on the topic I posted here. Unfortunately, it seems that VSCode is not able to do this for me, so maybe I should try some other editor.
I am playing with the idea of using Vim (NeoVim, SpaceVim) or Emacs (Spacemacs) for development for quite long time already, so maybe now is the time to do it.
The only thing I am not sure about is the usage of Vim or Emacs on multiple monitors.
My idea of development workflow is to have the file tree + source + test on the main monitor and the terminal on the secondary one. Then with focus on the test file, run the test on current line (or run all tests in current file, or all tests in a project) with a keyboard shortcut and see the results on the terminal on the second monitor. Also switch between the terminal and the sources quickly with a keyboard shortcut, etc.
My monitors are not the same resolution, so a “solution” to just maximize one instance of editor across two monitors would not work for me.
From all the articles I read, I guess maybe tmux
could help or using vim
in a client/server
mode, but honestly, I have no idea how to achieve something like I mentioned above.
I assume my idea of workflow is not unique and lot of you here are already doing this. I would really appreciate some of your knowledge in this area or your experience setting up this kind of workflow. I hope I described my situation clearly.
Thanks a lot.