You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 by projectile.
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:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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