Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution explorer ability to move files #445

Open
ekaradzha-qb opened this issue Aug 28, 2023 · 6 comments
Open

Solution explorer ability to move files #445

ekaradzha-qb opened this issue Aug 28, 2023 · 6 comments
Labels
area-solution Solution explorer enhancement New feature or request
Milestone

Comments

@ekaradzha-qb
Copy link

ekaradzha-qb commented Aug 28, 2023

Move files with the solution explorer

One of the most missed features of the c# devkit solution explorer is the ability to move files to different folders. Also move to file/namespace refactoring action can complement this feature. VSCode default explorer does this at the moment, but it's very inconvenient to switch between the two views all the time.

Alternatives considered

VSCode default file explorer

Environment Information

OS: macOS
EXT VERSION: v0.4.6

@ekaradzha-qb ekaradzha-qb added the enhancement New feature or request label Aug 28, 2023
@microsoft-issue-labeler microsoft-issue-labeler bot added the area-solution Solution explorer label Aug 28, 2023
@lukewis
Copy link

lukewis commented Sep 22, 2023

If you do move a file in the file explorer, all kinds of things break (red squigglies everywhere) and you have to close/re-open VS Code. If you're moving more than one or two files, this is an immediate show-stopper.

@grimurd
Copy link

grimurd commented Oct 6, 2023

In a similar vein, copying files would also be a great addition.

@ekaradzha-qb
Copy link
Author

Would be nice if it had, those complex operations: Cut Copy Paste Delete 😄

@julioct
Copy link

julioct commented Oct 13, 2023

Yes please, having to switch between file view and solution explorer is very frustrating and confusing.

In fact, let's get rid of solution explorer and have everything doable via the normal file explorer.

@timheuer
Copy link
Member

timheuer commented Nov 7, 2024

@ekaradzha-qb drag/drop is in the latest version -- can you confirm you have latest and try it out?

@tomerbarkan
Copy link

Yes please, having to switch between file view and solution explorer is very frustrating and confusing.

In fact, let's get rid of solution explorer and have everything doable via the normal file explorer.

The problem with the file explorer is that it's not grouped by projects, so copying or adding files there will not add them to the project. That's the main reason I'd like to see this functionality in the solution explorer, so that I can copy/drag files that will be added to the project without having to modify the .csproj files manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-solution Solution explorer enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants