ionide / ionide-vscode-fsharp

VS Code plugin for F# development
http://ionide.io
MIT License
850 stars 276 forks source link

Ship default keybindings for 'Move file up' and 'Move file down' in the project explorer #1941

Open baronfel opened 9 months ago

baronfel commented 9 months ago

Users expect Alt+Up/Down to move files in a project based on experiences in other editors. We should ship this keybinding when in the context of a given F# project, like other extensions do:

image

The when should be something like: fsharp.project.any && solutionExplorerHasFocus && solutionExplorerHasFileInProjectSelected, logically speaking.