Skip to content

Keyboard shortcut #531

Description

@franciscocpg

I was able to configure a keyboard shortcut to run all project tests with the following configuration at keybindings.json.

(...)
 {
        "key": "ctrl+t",
        "command": "java.test.explorer.run",
        "when": "resourceLangId == java"
 }
(...)

But I want to be able to configure 2 more shortcuts to:

  1. Run all tests from the current file
  2. Run test from the current focused method

Is there a way to do so?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions