Open cweiske opened 3 years ago
@jacktasia is there some way I can pay you to fix this?
@jacktasia is there some way I can pay you to fix this?
Nope, but PRs are welcome. I believe there are services out there that allow you to add bounties for requests on open source projects. There may be someone out that will do it if you can/will not either.
Prerequisites
When searching,
dumb-jump
first searches with context, and then tries without context if the context-search yielded no results.Example: .php file, "<?php new Contact()" , cursor on "Contact"
The second search will yield much more results than the context-sensitive first search, because the search terms are much more unspecific.
Problem
When the
.dumpjump
file contains an include for an external path like+../external/
, then too many results are shown because the external directory is searched context-less, even if the project path has context-sensitive results.Example
+../external/
.php
file open, "<?php new Contact()" , cursor on "Contact"Desired solution
It would be better if the search order would be different:
This happens with dumb-jump 97b0dfb and 0fad329 and emacs 26.3 on Ubuntu Linux 20.4