Skip to content

Dart/Flutter Major Mode conflict with default +Refactor key #389

Description

@ffd114

Bug description

When trying to m r r (rename symbol) or m r . (quick fix) will instead trigger Reload when opening Dart/Flutter project, possibly caused by this

To Reproduce

  1. Create Dart/Flutter project or open .dart file
  2. Try to rename symbol or trigger quick fix using m r
  3. It will reload instead (do nothing when not running apps)

Expected behavior

Dart/Flutter Major Mode should not conflict with default keybinding

Workaround

Currently I just disable the reload because I never use it anyway

{
  "vspacecode.bindingOverrides": [
    {
      "keys": [
        "m",
        "languageId:dart",
        "r",
      ],
      "position": -1,
    }
  ]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions