vimsox
vimsox copied to clipboard
Vim-like navigation for Visual Studio Solution Explorer
Took a look at making this work for VS 2019, and all I needed to have it run was to update to the latest .NET framework and update nuget packages...
Package now works in latest VS19 build (tested in 16.2.4)
Not working in VS2017, nowhere to activate VIM mode Version 15.3.0
Plugin works great for me in solution explorer, and it would be nice if it's possible to integrate it with the Team Explorer window as well, especially the Pending Changes...
Steps to repro: 1. Press `Ctrl+;` to bring focus to the Solution Explorer's search bar 2. Try to use one of the bound keys (for example `h`, `j`, `k`, `l`)...
This is happening on Visual Studio 2017. Steps to reproduce: Open a solution. Create a file. Attempt to rename a file with the a name that contains the letter 'h',...