Improvement
• 1 minute read

Find all references in public repositories

Summary

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…

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

Back to top