[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guide] Exploring large projects with Projectile and Helm Projectile
From: |
Tu, Do |
Subject: |
[Guide] Exploring large projects with Projectile and Helm Projectile |
Date: |
Tue, 7 Oct 2014 22:35:47 -0700 (PDT) |
User-agent: |
G2/1.0 |
Exploring large projects with Projectile and Helm Projectile:
http://tuhdo.github.io/helm-projectile.html
I wrote this guide after many new changes in Helm Projectile. The new Helm
Projectile is not just a single command `helm-projectile` anymore; it can now
replace many Projectile "core commands", such as `projectile-find-file`.
A few demos:
- Select and open multiple files,
http://tuhdo.github.io/static/helm-projectile/helm-projectile-find-files-1.gif
: Now we can open multiple files at once with `helm-projectile`. It outweighs
Ido + flx for finding files, since you can only open one file in Ido. Yes, you
can open one file faster in Helm, but when you need to open two or more files,
Helm is more suitable for the large.
- Jump to any file depends on context, even if the file path is in a text file,
http://tuhdo.github.io/static/helm-projectile/helm-projectile-find-files-dwim-1.gif
- Switch between other files with same names but different extensions,
http://tuhdo.github.io/static/helm-projectile/helm-projectile-find-other-file.gif
. Work not only for C/C++ but other languages, and is customizable. You don't
have to configure anything, like adding include paths for the command to
search. Everything is automatic. Just use it as it is.
- Ediff two selected files from helm-projectile-find-file,
http://tuhdo.github.io/static/helm-projectile/helm-projectile-find-file-ediff.gif.
- Invoke Etags while in helm-projectile-find-file session; when in Etags
session, you can switch back later to helm-projectile-find-file,
http://tuhdo.github.io/static/helm-projectile/helm-projectile-etags.gif.
- You can invoke `helm-do-grep` on any project directory when using a
`helm-projectile` command.
- [Guide] Exploring large projects with Projectile and Helm Projectile,
Tu, Do <=