Skip to content

Expose more functionality to the command palette #319

@matefriedl

Description

@matefriedl

Most of the extensions features are only accessible trough context menus invoked by right clicking on specific UI elements. Adding a way to access more of these features trough the command palette would help users more easily explore what's possible and would enable a more keyboard centric workflow. Feature to consider:

  • clicast ex all - execute all tests
  • clicast to re - generate regression scripts
  • clicast en re_b - rebuild environment
  • clicast report custom ac - generate execution report for environment

Most of these commands require an environment as parameter so I would consider adding a mechanism to "select" an active environment (if there is more than one in the workspace) and running everything on that. The active environment may be displayed on the bottom status bar. Alternatively, the user may be prompted to select what environment the command should run on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions