You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
See #46647. Multiple extensions registering organize imports commands for various languages. I believe that organize imports is common enough that our api should help by providing basic support for it.
Proposal
Leverage the new SourceCodeActionKind to define a built-in CodeActionKind.SourceOrganizeImports type. Use this kind to define a standard keybinding and command for organize imports