Function: projectile-todos-in-sibling-projects

projectile-todos-in-sibling-projects is an autoloaded, interactive and byte-compiled function defined in projectile.el.

Signature

(projectile-todos-in-sibling-projects)

Documentation

Collect TODO-style annotations across the current project and related ones.

Related is what projectile-switch-sibling-project means by it. See projectile-todos for what counts as an annotation.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
;;;###autoload
(defun projectile-todos-in-sibling-projects ()
  "Collect TODO-style annotations across the current project and related ones.
Related is what `projectile-switch-sibling-project' means by it.  See
`projectile-todos' for what counts as an annotation."
  (interactive)
  (projectile--todos (projectile--sibling-group)))