Function: projectile-find-related-file
projectile-find-related-file is an autoloaded, interactive and
byte-compiled function defined in projectile.el.
Signature
(projectile-find-related-file)
Documentation
Open related file.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
;;;###autoload
(defun projectile-find-related-file()
"Open related file."
(interactive)
(find-file
(projectile--find-related-file (buffer-file-name))))