bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

add rg search thing at point support #126

Closed zozowell closed 5 years ago

zozowell commented 5 years ago

Add search thing at point support for rg search. The behavior and configuration are idential with helm-ag search thing at point.

Tests has been done

  1. (setq helm-projectile-rg-insert-at-point nil). helm-projectile-rg has default behavior same as current master branch.
  2. (setq helm-projectile-rg-insert-at-point 'symbol) helm-projectile-rg lanuchs helm buffer with symbol under cursor. If nothing under cursor, rg helm buffer starts with no default string.
zozowell commented 5 years ago

covered by #127