Skip to content

asantos00/vim-to-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

Vim to Code

A comprehensive (almost) list of resources, tutorials, and inspiration for migrating to Visual Studio code from Vim.


Plugins

There are a variety of plugins that offer a range of vim functionality for VSCode. We've listed some below:


General Discussion

A list of links about the general discussion of using Vim in VSCode. Find something that helped you migrate to Code? Add it below. Submit a PR for any blog posts that illustrate using/extending Vim in Code


VSCode Vim Resources

The most popular plugin for Code/Vim right now is a plugin called VSCodeVim. Below are a list of compiled resources for that plugin:


Test Runners

Every vimmer has access to their test suite right in the console. These plugins recreate that experience in VSCode.


Familiar Resources

  • Integrated Terminal - Since Vim is a terminal editor, most users like that shell at their fingertips. VSCode enables a virtual terminal
  • Remote Editing in VSCode - A VSCode plugin to emulate Tmux SSH sessions in the editor.
  • Creating Custom Snippets - Vim has a lot of great snippet engines, but VSCode has IDE like autocompletion. Supercharge it with your own snippets too.
  • Fuzzy Finder for VSCode - Most vimmers implement fuzzy-finders (command-t, fuzzyfind, etc), and here is VSCodes native search.
  • Extending VSCode - Let's be real, all vimmers love extending vim. That's the whole point... mannnnn. Extend VSCode with this resource.
  • Language Syntax Support - We all know what its like to get in Vim and see black/white. VSCode has awesome lang/syntax integrations.
  • Version Control - Of course, us vimmers always have git (tpope/fugitive) at our fingertips. Luckly, VSCode has that baked right in.

About

Gathers a list of useful resources from vim users to move to vscode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published