Function: projectile-find-dir-other-frame
projectile-find-dir-other-frame is an autoloaded, interactive and
byte-compiled function defined in projectile.el.
Signature
(projectile-find-dir-other-frame &optional INVALIDATE-CACHE)
Documentation
Jump to a project's directory in other frame using completion.
With a prefix arg INVALIDATE-CACHE invalidates the cache first.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
;;;###autoload (autoload 'projectile-find-dir-other-window "projectile" nil t)
;;;###autoload (autoload 'projectile-find-dir-other-frame "projectile" nil t)
(projectile--define-display-variants projectile-find-dir (&optional invalidate-cache)
"Jump to a project's directory in other %s using completion.
With a prefix arg INVALIDATE-CACHE invalidates the cache first."
(projectile--find-dir invalidate-cache #'dired-other-window))