GitHub Provides Precise Python Code Navigation
Written by Kay Ewbank   
Thursday, 30 December 2021

GitHub has announced that developers can now get precise code navigation in pull requests and specifically in Python code.

The improvements followed hard on the heels of GitHub's announcement of an improved way to search code on the platform, see GitHub Improves Code Search.

githubdeklogo

The first half of the improvement adds precise code navigation for Python. The existing code navigation on GitHub has been “fuzzy” or “search based”, meaning that if you clicked on a reference you'd see all the definitions in your repository with that name. This can result in far too many matches when you're looking for something that has a common name.

The improved code navigation is powered by GitHub's new stack graphs framework. Stack graphs can include detailed information about Python’s name binding rules, making it easier to work out which specific definition each reference refers to.

github code navigation

Stack graphs work without developers having to make any changes to the configuration in repositories, and work for all public repositories and for any private repositories that you have access to. If your repository contains Python code, code navigation in that repository is now precise.

GitHub plans to add the features for additional languages over coming months.

The second improvement adds code navigation to pull requests. Code navigation features have until now only been available when viewing files in GitHub’s code browser. The improvement adds it to the “files changed” tab of each pull request, and if you click on a definition or reference you'll be taken you to the code browser for the pull request’s head branch. GitHub says this improvement makes it more obvious what the impact of your changes might be by letting you see all of the callers that would be affected by a change.

githubdeklogo

More Information

GitHub Navigate code documentation

Related Articles

GitHub Improves Code Search

GitHub Desktop Adds Squashing

GitHub Desktop 2.0 Introduces Stashing and Rebasing

GitHub Copilot Your Programming Pal

GitHub Introduces Super Linter

GitHub Strengthens Team Working

New From GitHub Universe

GitHub Launches Actions

Microsoft Buys GitHub - Get Ready For a Bigger Devil

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Actionforge Releases GitHub Actions VSCode Extension
09/04/2024

Actionforge has released the beta of its GitHub Actions tool as a VS Code extension. The extension consists of a suite of tools making up a visual node system for building and managing GitHub Actions  [ ... ]



Quantum Computing Prize Awarded
05/04/2024

John Preskill, Professor of Theoretical Physics at the California Institute of Technology, is the eighth recipient of the John Stewart Bell Prize for Research on Fundamental Issues in Quantu [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Thursday, 30 December 2021 )