Skip to content

NERDTree inspired Solution Explorer for Visual Studio

License

Notifications You must be signed in to change notification settings

ironcev-forks/vs-nerdx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VsNerdX (2.3.4)

NERDTree inspired Solution Explorer for Visual Studio. It integrates VIM bindings for tree navigation and manipulation into Visual Studio's hierarchy windows.

Install

Follow the instructions on Visual Studio Marketplace or use Tools / Extensions and Updates

If building from source, use the resulting VsNerdX.vsix.

Currently supported Visual Studio versions are 2017 and 2019.

Usage

Directory node mappings

  • o - open & close node
  • O - recursively open node
  • x - close parent of node
  • X - close all child nodes
           of current node recursively

File node mappings

  • <Enter> - open file
  • go - preview file
  • i - open split
  • s - open vertical split

Tree navigation mappings

  • P - go to parent
  • j - go to next sibling
  • J - go to last child
  • k - go to prev sibling
  • K - go to first child
  • gg - go to top
  • G - go to bottom

Node editing mappings

  • dd - delete
  • cc - cut
  • yy - copy
  • yp - copy full path
  • yw - copy visible text
  • p - paste
  • r - rename

Tree filtering mappings

  • I - toggle show all files

Other mappings

  • / - enter find mode - stops all processing of keys with the exception of Esc
  • Esc - exit find mode - resumes handling of navigation keys
  • ? - toggle help

Providing Feedback

About

NERDTree inspired Solution Explorer for Visual Studio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%