DEV Community

Eric Sundquist
Eric Sundquist

Posted on

Let's fix VS Code File Nesting

VS Code has started supported file nesting, but it doesn't look nice when there are no folder icons.

In this example, index.ts, linkParams.ts, and shareLink.tsx are all at the same level under the shareLink folder. The test and style files are nested.

Poorly nested files

But it does not appear that the three main files are at the same level.

Go visit this VS Code Feature Request and give it an upvote. Let's fix this!

Top comments (0)