question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

File nesting into solution (virtual) folder

See original GitHub issue

Now VSCode supports file nesting, so instead of this:

image

you can have this (like in Visual Studio IDE):

image

you just need to add this settings into your settings.json:

"explorer.fileNesting.patterns": { "*": "${basename}.*.${extname}" }

all file nesting patterns: https://github.com/antfu/vscode-file-nesting-config

Please add this feature into the solution (virtual) folder:

image

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
fernandoescolarcommented, Aug 24, 2022

Currently, this expression is not supported, only the preconfigured pattern…

1reaction
fernandoescolarcommented, Aug 14, 2022

Currently you can nest files with the following pattern: {name}.*.{extension} modifying vssolution.itemNesting parameter in your vscode settings.

Read more comments on GitHub >

github_iconTop Results From Across the Web

File nesting rules for Solution Explorer - Visual Studio (Windows)
Solution Explorer nests related files to help organize them and make them easier to locate. For example, if you add a Windows Forms...
Read more >
File Nesting - Visual Studio Marketplace
Automatically nest files based on file name and enables developers to nest and unnest any file manually. See the demo video on Channel...
Read more >
File nesting in Solution Explorer is inconsistent and incorrect
The Solution Explorer for ASP.NET 5 MVC projects has several major problems - one of them is file nesting. The below issues affect...
Read more >
Organizing Visual Studio Projects in Solution Folders
Use virtual Solution Folders in Visual Studio to group and organize projects and files. Folders can even be hidden in the Solution Explorer!...
Read more >
Add virtual folders like file nesting? : r/vscode - Reddit
I currently use fileNesting to hide all my config files under my package.json. This works but is using it past its intent.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found