You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Precise code navigation – a convenience already available for Python – is coming for JavaScript and TypeScript. When a developer views code on GitHub and clicks on a type name, method, function, or class instance, GitHub will allow navigation to the specific definition of that item. For example, if code calls a method named constant() and multiple classes have a method with that name, precise code navigation will automatically identify and navigate to the correct one that is referenced, as shown here:
This is different than today's search-based navigation, where for these languages a developer might need to choose from multiple definitions with the same name, as shown here:
Intended Outcome
Even when code contains multiple definitions with similar names, GitHub will support navigating to the specific definition that the code references. The code navigation engine knows the precise definition by indexing the code using stack graphs.
How will it work?
There will be no visual change to how code navigation works today except that for JavaScript and TypeScript, developers will not be prompted to choose between multiple, similarly named definitions. Code navigation will know precisely which definition is referenced.
The text was updated successfully, but these errors were encountered:
github-product-roadmap
changed the title
Precise code navigation for JavaScript, TypeScript, and Java
Precise code navigation for JavaScript and TypeScript
Mar 15, 2022
This issue is being closed as outdated. For more information, please check out this Discussion post. Stay tuned for new additions to our refreshed public roadmap!
We wanted to provide more details on why we removed this from the roadmap. We are currently prioritizing other features on our roadmap at this time, and are removing this from the roadmap until we are able to prioritize this again.
If you’re interested in this feature, please share your feedback in the GitHub community so we can track interest and consider it in the future.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
allProduct SKU: AllcloudAvailable on CloudgaFeature phase: Generally availablesearchFeature: Github Search
Summary
Precise code navigation – a convenience already available for Python – is coming for JavaScript and TypeScript. When a developer views code on GitHub and clicks on a type name, method, function, or class instance, GitHub will allow navigation to the specific definition of that item. For example, if code calls a method named
constant()
and multiple classes have a method with that name, precise code navigation will automatically identify and navigate to the correct one that is referenced, as shown here:This is different than today's search-based navigation, where for these languages a developer might need to choose from multiple definitions with the same name, as shown here:
Intended Outcome
Even when code contains multiple definitions with similar names, GitHub will support navigating to the specific definition that the code references. The code navigation engine knows the precise definition by indexing the code using stack graphs.
How will it work?
There will be no visual change to how code navigation works today except that for JavaScript and TypeScript, developers will not be prompted to choose between multiple, similarly named definitions. Code navigation will know precisely which definition is referenced.
The text was updated successfully, but these errors were encountered: