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-20260310.858/projectile.el
;;;###autoload
(defun projectile-switch-to-buffer-other-frame ()
"Switch to a project buffer and show it in another frame."
(interactive)
(switch-to-buffer-other-frame
(projectile-read-buffer-to-switch "Switch to buffer: ")))