projectile Questions
2
Solved
I'm using projectile with emacs to manage a large project.
I moved a number of directories with scores of files.
The old file paths are still showing up in projectile find file (C-c p f).
How do...
Incandescence asked 16/11, 2016 at 3:17
2
Solved
Is there any way to get the current projectile root path in elisp.
Something similar to the command eproject-root in eproject.
Thanks
Pinebrook asked 26/3, 2017 at 0:53
4
Pretty much what the title says. For whatever reason projectile-invalidate-cache does not remove dead files from projectile's cache, or at least not from the results it presents me. I am using Spac...
Pitchblende asked 1/10, 2016 at 15:19
3
Solved
When using emacs Projectile and helm-projectile, I am used to search for text inside the whole project. However is there a way to search only part of the project?
Something like:
search inside a...
Ruella asked 11/10, 2016 at 16:43
3
Solved
I've just created a new folder of javascript files.
The structure is:
.gitignore
README.md
build
node_modules
package.json
src
webpack.config.js
But when I try and find a file with C-c p f, I g...
Hardtop asked 23/1, 2016 at 5:37
4
I am new to Emacs. I have installed Projectile.
When I do C-c p, it says:
C-c p is undefined
Wondering what is wrong?
Following is my ~/.emacs file.
(require 'package)
(add-to-list 'package...
Hilde asked 15/7, 2015 at 3:41
1
I'm on emacs using helm-projectile. I notice that emacs startup is very slow, ~4s. And projectile find fuzzy matching is slow as well, when I type the file name in full it takes about ~3s.
I am wo...
Wainscot asked 11/9, 2015 at 0:20
1
Solved
Trying to set flycheck-clang-include-path without the need to include the full path of the project include directories using projectile, but I get errors... So this works:
((nil . (
(company-clan...
Pekin asked 4/6, 2017 at 19:0
2
Solved
I'm using Emacs and projectile and trying to set the path to a test file so that I can use projectile-toggle-between-implementation-and-test.
I call M-xprojectile-find-test-file but the Helm buffe...
Cental asked 4/3, 2016 at 20:38
1
Solved
I'm using Emacs on a virtualenv project with Cython files, and that means that most of the files are not ones I'm editing. In particular, I don't want anything from the user subdir in the project. ...
Diverting asked 29/9, 2014 at 15:41
1
I want setup the projectile project for project that has no local git, hg, bzr, etc. directories so I cannot use their repositories as source of project files. Is it enough to just create the .proj...
Preceptory asked 13/12, 2013 at 14:6
1
© 2022 - 2024 — McMap. All rights reserved.