NERDTree plugin isn't working correctly in Rider #1157
Unanswered
michaelsamoilenko
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys thanks for all stuff you're doing that's amazing! I understand JetBrains have a dozen of products and you're not going to try things out on each of that project. But just decided that it's better to report some feedback then do nothing.
I've a problem with NERDTree plugin. I've set it via
set NERDTree
, reloaded.ideavimrc
but it's quite working. When I type:NERDTree
nothing happens. My explorer view isn't toggled but binding command to some shortcut e.g. map<c-n> :NERDTree<CR>
makes everything to work. But I can see in your demo in docs you enable everything by simply typing command. I realize that I'll map that to a shortcut but still interesting why typing command directly isn't working in Rider.Another point is some shortcuts are broken. First of all
gi
,gs
open split window but the explorer is closed which is incorrect it should remain open. :)I also think there's an incorrect behaviour of
o
in Rider. I understand that it works correct if you're inFile System
but in dotnet and I guess in other languages as well you can haveSolution
strucutre which is used much more often and is much more easier to navigate. Check the difference on screenshots. If I'm inSolution
viewo
basically opens the proj file I'm on but I think in this case it should expand the structure (check last screenshot). So the behaviour is alligned with what we have inFile System
and I think it's okay to leave with thing that project file will have to be opened in other way. Basically Rider has action for itEdit Source
Beta Was this translation helpful? Give feedback.
All reactions