Variable: projectile-completion-system
projectile-completion-system is a customizable variable defined in
projectile.el.
Value
auto
Documentation
The completion system to be used by Projectile.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-completion-system 'auto
"The completion system to be used by Projectile."
:group 'projectile
:type '(radio
(const :tag "Auto-detect" auto)
(const :tag "Ido" ido)
(const :tag "Helm" helm)
(const :tag "Ivy" ivy)
(const :tag "Default" default)
(function :tag "Custom function")))