Function: projectile-dispatch-impl-or-test

projectile-dispatch-impl-or-test is an interactive and byte-compiled function defined in projectile.el.

Signature

(projectile-dispatch-impl-or-test)

Documentation

A projectile-dispatch wrapper honouring its modifier switches.

Runs projectile-toggle-between-implementation-and-test.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(projectile-dispatch--define projectile-dispatch-impl-or-test
    projectile-toggle-between-implementation-and-test
  :other-window projectile-find-implementation-or-test-other-window
  :other-frame projectile-find-implementation-or-test-other-frame)