Update codeNavigation status for C, C++, and Scala - #45274
Conversation
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. This pull request contains code changes, so we will not generate a table of review links. 🤖 This comment is automatically generated. |
|
@ashis-baral One says that those languages support code navigation vs. the other saying the languages are supported on GitHub. They may be talking about different things, but I will check. |
|
Thanks for opening a pull request! We've triaged this issue for technical review by a subject matter expert 👀 |
|
@Sharra-writes They're not referring to different things. Both articles are talking about code navigation. |
Why:
Closes:
The github-language-support article's "Code navigation" column marked C, C++, and Scala as not supported (✗), but the navigating-code-on-github article lists C, C++, and Scala languages supported code navigation feature. This was an inconsistency between the two articles.
What's being changed (if available, include any code snippets, screenshots, or gifs):
Updated data/tables/supported-code-languages.yml to mark codeNavigation as supported for:
This corrects the table in content/get-started/learning-about-github/github-language-support.md so it matches the list of supported languages documented on the code navigation page.
Verified code navigation works for all three languages using a small test repo (code-navigation):
C —
addfunction definition + reference resolvedC++ —
Calculator::adddefinition + reference resolvedScala —
Calculatorclass definition + reference resolved:Check off the following: