Skip to content

Find all references in public repositories

Find all references is now available for a subset of public repositories—supported in Go, JavaScript, PHP, Python, Ruby, and TypeScript. Hovering over function and method names in the code view will expose links to all of the calls to that function or method within the same repository. We use the recently open sourced semantic library to find definitions and call sites in your code.

Learn more about find all references

Check out the semantic library

The Used By feature shows a badge at the top of public repositories which indicates how many repositories are known to depend on a public package published by this repository. In repositories that publish multiple packages, repository administrators can now choose the package to display in the repository settings experience.

See more