Function: projectile-symbol-at-point

projectile-symbol-at-point is a byte-compiled function defined in projectile.el.

Signature

(projectile-symbol-at-point)

Documentation

Get the symbol at point and strip its properties.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defun projectile-symbol-at-point ()
  "Get the symbol at point and strip its properties."
  (substring-no-properties (or (thing-at-point 'symbol) "")))