Skip to content

bclindner/vim-openvscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

vim-openvscode

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.

Usage

Install with your favorite plugin manager, open up some files, and type:

:OpenVSCode

You can also call it as a function:

call openvscode#AllBuffers(1) " 0 to omit line numbers

About

Probably the only Vim plugin useful to a non-Vim user.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors