We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I took a quick glance at the code and from what I could tell, it should be shortening paths to the root of that project. See image:
Ideally, results for external files shuold be the same as current project files (root/path/to/file instead of /root/user/home/etc/... like above.
root/path/to/file
/root/user/home/etc/...
Is there a setting i'm missing? Here is my config:
(use-package dumb-jump :defer t :ensure t :custom (dumb-jump-prefer-searcher 'ag) (dumb-jump-force-searcher 'ag) (dumb-jump-selector 'helm) :init (add-hook 'xref-backend-functions #'dumb-jump-xref-activate))
GNU Emacs 27.2 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95)) of 2021-03-27
PS. THANK YOU FOR THIS PACKAGE. This was the only thing I missed from an ide :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I took a quick glance at the code and from what I could tell, it should be shortening paths to the root of that project. See image:
Ideally, results for external files shuold be the same as current project files (
root/path/to/file
instead of/root/user/home/etc/...
like above.Is there a setting i'm missing?
Here is my config:
GNU Emacs 27.2 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95)) of 2021-03-27
PS.
THANK YOU FOR THIS PACKAGE. This was the only thing I missed from an ide :)
The text was updated successfully, but these errors were encountered: