helm-projectile
helm-projectile copied to clipboard
Helm UI for Projectile
## Expected behavior No warning at startup. ## Actual behavior Warning (emacs): Helm source ‘Projectile files’: before-init-hook Should be defined as a symbol ## Steps to reproduce the problem Install...
the fix use the code suggested by @luizalbertocviana
## Expected behavior Show project files and buffers. ## Actual behavior Show empty buffer and "Waiting for process to die...done" message, close itself if i type quickly. Note: also helm-M-x...
## Expected behavior Running `helm-projectile`, I expected all project buffers to be shown, because I wanted to select them all to run a multi-file replace. ## Actual behavior `helm-projectile` (and...
## Expected behavior I expect to repeatedly be able to use projectile-find-file-in-known-projects without consuming too many system resources. ## Actual behavior I've observed that this command is causing too many...
## Expected behavior It would be nice to be able to specify a file glob to restrict what files `helm-projectile-grep` searches, e.g. "*.md" to search only through markdown doc files....
## Expected behavior Switching project to a TRAMP one should switch the project ## Actual behavior I get the error "You're not in a project". I believe there was a...
for reference, my project is absolutely massive as it is a checkout of AOSP. `find . | wc` shows `1851855` ## Expected behavior helm uses cached candidate list ## Actual...
## Expected behavior results should show _filename_:_line number_:_matching line from file_ ## Actual behavior results all just show as _filename_:_line number_: matching line from file is not shown, although visiting...
## Expected behavior When searching for a file using `helm-projectile-grep`, files with a suffix matching `projectile-globally-ignored-file-suffixes` should not appear in results. ## Actual behavior Files containing the ignored suffixes appear...