File Nesting a la JetBrains #117
bennypowers
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
That is really cool! You can probably hack it in in an |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Jetbrains (webstorm, etc) has a feature where file entries in the tree can collapse into one another. For example, a user can configure the tree to show
*.ts
files as a subtree, with siblings matching$1.d.ts
$1.js
and$1.js.map
as the subtree's children:This would be a cool feature in neo-tree. I'm wondering if maintainers and contributors think this could be easily accomplished in userland?
Beta Was this translation helpful? Give feedback.
All reactions