* Add back changes from prior to purge * Manually fix some invalid Liquid * Updoot render-content * Improve test messages to show correct output * Run el scripto * Pass the remaining test
1.4 KiB
1.4 KiB
title, intro, redirect_from, versions
| 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 %}. |
|
|
About navigating code on {% data variables.product.prodname_dotcom %}
Navigating code functions use the open source library semantic. The following languages are supported:
- 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.
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.

