Function: projectile-switch-to-buffer-other-frame
projectile-switch-to-buffer-other-frame is an autoloaded, interactive
and byte-compiled function defined in projectile.el.
Signature
(projectile-switch-to-buffer-other-frame)
Documentation
Switch to a project buffer and show it in another frame.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
;;;###autoload (autoload 'projectile-switch-to-buffer-other-window "projectile" nil t)
;;;###autoload (autoload 'projectile-switch-to-buffer-other-frame "projectile" nil t)
(projectile--define-display-variants projectile-switch-to-buffer ()
"Switch to a project buffer and show it in another %s."
(projectile--switch-to-buffer #'switch-to-buffer-other-window))