-
Notifications
You must be signed in to change notification settings - Fork 785
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
[VS 15.6 RTW] alt-up/down arrows do not reposition file for legacy projects #4405
Comments
It's unclear if this is something we can adjust here, in dotnet-project-system, or in the VS editor itself. Either way, the root of the issue is that we assigned hotkeys to .NET Core SDK-based projects for Alt+Up/Alt+Down. This apparently removed the cability from legacy projects because you can only have one key binding per editor context. |
We have a possible solution to this. We need to create an interface that we export an implementation to execute the legacy VisualFSharp commands for MoveUp/Down. This interface will live in VisualFSharp. Using COM definitions, we can have the same interface in dotnet/project-system and get an instance through MEF. With this instance, we can execute the legacy MoveUp/Down once we see a hierarchy that is not CPS based. |
Labeling and adding to the 15.6 milestone. This won't block the release since we're so soon to shipping, but we're going to target a servicing release. |
This has been fixed in dotnet/project-system#3331 and merged into a validation build. Servicing fix should be out fairly soon. |
VS 15.6 preview6
Program.fs
)Expected: files move up/down
Actual: They don't
This issue has been moved from https://developercommunity.visualstudio.com/content/problem/204016/vs-156-preview6-alt-updown-arrows-do-not-repositio.html
VSTS ticketId: 572477
These are the original issue comments:
(no comments)
These are the original issue solutions:
(no solutions)
The text was updated successfully, but these errors were encountered: