File Nesting
Problem
Is there any possible chance we might see File Nesting in Visual Studio Code the same way it works in Visual Studio 2015? It was really convenient and helpful. I would adore such a feature!
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: File Nesting
This is important feature for large projects. I'm using asp.net vNext for Angular project and now I've following structure automatically (by naming): [code block] In VS Code Explorer I got: [code block] Creating folders for each component is bad solution for angular project (you will need to change references). We need this feature to move to VS Code.
Trust Score
9 verifications
- 1
This is important feature for large projects. I'm using asp.net vNext for Angula
This is important feature for large projects. I'm using asp.net vNext for Angular project and now I've following structure automatically (by naming):
textsrc --app.component.ts ----app.component.ts.sass ----app.component.ts.html --login.component.ts ----login.component.ts.sass ----login.component.ts.html ``` In VS Code Explorer I got: ``` src --app.component.ts --app.component.ts.sass --app.component.ts.html --login.component.ts --login.component.ts.sass --login.component.ts.html - 2
Creating folders for each component is bad solution for angular project (you wil
Creating folders for each component is bad solution for angular project (you will need to change references).
- 3
We need this feature to move to VS Code.
We need this feature to move to VS Code.
Validation
Resolved in microsoft/vscode GitHub issue #6328. Community reactions: 67 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep