Function: projectile-find-implementation-or-test-other-frame

projectile-find-implementation-or-test-other-frame is an autoloaded, interactive and byte-compiled function defined in projectile.el.

Signature

(projectile-find-implementation-or-test-other-frame)

Documentation

Open matching implementation or test file in other frame.

See the documentation of projectile--find-matching-file and projectile--find-matching-test for how implementation and test files are determined.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
;;;###autoload (autoload 'projectile-find-implementation-or-test-other-window "projectile" nil t)
;;;###autoload (autoload 'projectile-find-implementation-or-test-other-frame "projectile" nil t)
(projectile--define-display-variants projectile-find-implementation-or-test ()
  "Open matching implementation or test file in other %s.

See the documentation of `projectile--find-matching-file' and
`projectile--find-matching-test' for how implementation and test files
are determined."
  (projectile--find-implementation-or-test-in #'find-file-other-window))