Replies: 2 comments 2 replies
-
I think that you're looking for the NERDtree extension to IdeaVim. See documentation here: https://github.com/JetBrains/ideavim/wiki/NERDTree-support |
Beta Was this translation helpful? Give feedback.
-
As already noted, the NERDTree extension can help with the Project view. However, it is only available here, since it requires specific handling for each tool window. Since you mention you're new to WebStorm, it's worth pointing out that practically everywhere you see a list or tree, you can just start typing to search inside it. It's not Vim-like, but it's still a very effective way to navigate inside lists. |
Beta Was this translation helpful? Give feedback.
-
New to webstorm, coming from vscode looking for something that is a little more polished. One of the features I use in vscode with neovim is being able to use
h, j, yank, rename, p
etc inside file explorer, and also navigating the project files modal withh
andj
. Is something like possible in webstorm?Beta Was this translation helpful? Give feedback.
All reactions