Skip to content
New issue

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

Filter on tag.name + tag.file, and relativize tag.file for more concise display #204

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jdanbrown
Copy link

  • In cases where a short symbol name matches many files, this lets you type both the symbol name and parts of the file paths to narrow down the results
    • e.g. if you're in a python setting and indexed all of your site-packages, then searching for fft will produce many results across numpy and scipy, and this change lets you augment your search like fft numpy fftpack to drill down using the file path
  • This change also relativizes file paths like:
    • atom-ctags/lib/file-view.coffee instead of /Users/bob/personal/atom/atom-ctags/lib/file-view.coffee
    • audio_thing/.site/numpy/fft/fftpack.py instead of /Users/bob/work/blue-team/audio_thing/.site/numpy/fft/fftpack.py

…se display

- In cases where a short symbol name matches many files, this lets you type both the symbol name and parts of the file paths to narrow down the results
  - e.g. if you're in a python setting and indexed all of your `site-packages`, then searching for `fft` will produce many results across numpy and scipy, and this change lets you augment your search like `fft numpy fftpack` to drill down using the file path
- This change also relativizes file paths like:
  - `atom-ctags/lib/file-view.coffee` instead of `/Users/bob/personal/atom/atom-ctags/lib/file-view.coffee`
  - `audio_thing/.site/numpy/fft/fftpack.py` instead of `/Users/bob/work/blue-team/audio_thing/.site/numpy/fft/fftpack.py`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant