Replies: 1 comment
-
Yeah, that'd be a welcome feature. For some reason I thought I had implemented it, but I guess my memory betrayed me here. 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's quite an often need to jump to the project file of the current project. By project file I mean the file type like
Cargo.toml
for Rust project,Gemfile
for Ruby,mix.exs
for Elixir, etc. Incidentally, this kinds of files are usually what's used as marker byprojectile
.In general, I wish there is a way to quickly jump to a marker file with one key stroke. The jump need not to be entirely accurate, but hey,
projectile-find-test-file
isn't accurate all the time either, so I can bare with that.It's weird I never see any one mention about this feature from the issue list. I myself certainly needed this feature every 10-20 minutes or so when writing any code.
So, currently I simply hacked this command out from scratch. I'm sharing it because I suppose others may also have the same need:
I could file a PR to add this command to projectile if @bbatsov deems this feature worthful.
Beta Was this translation helpful? Give feedback.
All reactions