Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Integration with Projectile? #255

Open
ProjectMoon opened this issue Oct 16, 2015 · 3 comments
Open

Suggestion: Integration with Projectile? #255

ProjectMoon opened this issue Oct 16, 2015 · 3 comments

Comments

@ProjectMoon
Copy link

It would be cool if emacs-eclim had integration with projectile. You can define completion functions for projectile to get it to list files. A workspace-scope search would work fine for this.

Eclim itself does have the ability to search files, although it only seems to list 100 at a time. I was playing around with it yesterday:

eclim -command locate_file -i -p '.*\.java' -s 'workspace' | jq -r '.[] | .path'

Using the jq command-line JSON parser returns a list of files that projectile can read.

@nloyola
Copy link

nloyola commented Nov 10, 2015

Projectile already works with git, mercurial, darcs and bazaar repositories. How would your suggestion work if the project you are working with is already in one of these types of repositories?

@ProjectMoon
Copy link
Author

Probably just override it, instead of using the repo. The specific use case I have for this is one workspace with projects spread across directories that are not in the same hierarchy. Yes, it's a bit contrived...

@kleewho
Copy link
Collaborator

kleewho commented Nov 11, 2015

I have similar situation. Several git repos in one workspace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants