Hey @saket, great suggestion! I've added a keyboard shortcut, Ctrl+Shift+F, which jumps to blackbird (only if you're in the technology preview). So e.g. if you're on an organization page or a repository page, or even reading a PR or an issue, you can search the corresponding org or repository.
Let me know what you think!
Is it possible to search for a particular filename on GitHub? - Stack Overflow
How to search a GitHub fork for code using the GitHub Search API? - Stack Overflow
How to search things in github repository?
You can launch built-in VSCode directly from your GitHub repository by changing the URL from .com to .dev (or press "." on keyboard)
Does the search user.rb in:path do what you want to do?
Alternatively there is also this search filename:user.rb
Found on: https://help.github.com/articles/searching-code/
In search input, you can use filename parameter to search in multiple repositories, for example:
filename:my_filename.txt
If you're looking for a filename in specific repository, you can just press t and start typing the file name (see: GH keyboard shortcuts).
For example, if i have foo( ) i want to jump to place where foo( ) is defined