A super-simple plugin to open all your current Vim buffers in Visual Studio Code, for quick transitioning between the two. It attempts to keep the same line number as the Vim buffers when opening in Code, as well.
I wrote this as a simple hack to allow my co-workers to browse and edit code on my machine when necessary (suggesting changes, helping out with code problems, etc.)
Requires Visual Studio Code to be installed and the VS Code executable to be installed in the PATH. Currently only tested on macOS, but will probably work on anything *nix.
Install with your favorite plugin manager, open up some files, and type:
:OpenVSCodeYou can also call it as a function:
call openvscode#AllBuffers(1) " 0 to omit line numbers