Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

navigating-code-on-github.md 1.4 KB

You have to be logged in to leave a comment. Sign In
title intro redirect_from versions
Navigating code on GitHub You can understand the relationships within and across repositories by navigating code directly in {% data variables.product.product_name %}. [/articles/navigating-code-on-github] [{free-pro-team *}]

About navigating code on {% data variables.product.prodname_dotcom %}

Code navigation uses the open source library tree-sitter. The following languages are supported:

  • C#
  • CodeQL
  • Go
  • Java
  • JavaScript
  • PHP
  • Python
  • Ruby
  • TypeScript

{% note %}

Note: Code navigation works for active branches. If the feature is enabled for you but you don't see links to the definitions of functions and methods, push to the branch and try again.

{% endnote %}

Jumping to the definition of a function or method

You can jump to a function or method's definition within the same repository by clicking the function or method call in a file.

Jump-to-definition tab

Finding all references of a function or method

You can find all references for a function or method within the same repository by clicking the function or method call in a file, then clicking the References tab.

Find all references tab

Further reading

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...