Skip to content

Solution view #19

@qrzychu

Description

@qrzychu

When working in dotnet, we have csproj (or fsproj) files, that hold information about which files to compile, how, what other projects or nuget dependencies are referenced, etc

Based on that, we have so called solution view, which only includes things actually involved in C# development:

Image

As oposed to file system view:

Image

I imagine other tech stacks also do something similar (Java, for node you could hide node_modules etc), maybe it would be worth considering implementing some kind of "Project view", where extensions can define also some additional nodes, like this:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions