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