Replies: 2 comments 5 replies
-
Unfortunately I'm not familiar with virtual folders / windows. Are they entries (directories?) on the file system? Is it a visual studio concept? Would symlinks meet your requirements? |
Beta Was this translation helpful? Give feedback.
-
Alternative: use rider with the jetbrains ideavim plugin. I use IntelliJ for java at work, using it's official ideavim plugin with its nerdtree and vim-commentary plugins. See my ideavimrc with some telescope-like mappings. When writing java in the project I use IntelliJ otherwise I use vim, accepting its limitations. Sometimes a new starter asks how they can use vim instead of intellij. I recommend not doing so, as workflows, builds, linters etc. are all set up for IntelliJ. Over many years that advice has proven correct, based on longer term feedback I have received. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is it possible to create virtual directories within the tree?
If not how feasible would it be to do this (in or outside of the plugin)?
For csharp solutions, the director structure can be managed with virtual folders. It's not a massive problem but it is a pain when I have a folder with 60 flat project folders in it.
There are a couple of ways to approach it, ideal reading the solution then adding some virtual folders to the tree. But if that is too hard, I could use a naming conversation with SolutionName.ModuleName.ProjName becoming 3 directors in the tree.
This all relies on having a way to add virtual directions in the API.
I'm happy if this isn't directly supported by the API, I'm just wondering if it's possible with this plugin.
Beta Was this translation helpful? Give feedback.
All reactions