Function: projectile-switch-to-buffer-in-sibling-projects
projectile-switch-to-buffer-in-sibling-projects is an autoloaded,
interactive and byte-compiled function defined in projectile.el.
Signature
(projectile-switch-to-buffer-in-sibling-projects)
Documentation
Switch to a buffer of the current project or of one related to it.
Related is what projectile-switch-sibling-project means by it.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
;;;###autoload
(defun projectile-switch-to-buffer-in-sibling-projects ()
"Switch to a buffer of the current project or of one related to it.
Related is what `projectile-switch-sibling-project' means by it."
(interactive)
(projectile-switch-to-buffer-in-projects
(projectile--sibling-group) "Switch to sibling buffer: "))