How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Pyrefly is a static type checker for Python that operates as a language server, delivering real-time diagnostics, completions, and navigation in any editor supporting the Language Server Protocol. It also performs static tensor shape analysis, using symbolic dimension variables and arithmetic to verify shape consistency in deep learning models without runtime execution. Beyond core type checking, Pyrefly supports gradual adoption workflows: it can generate a baseline of known errors so only new issues are reported, migrate configuration from other type checkers, and automatically suppress exi
This browser extension is a web-based source code navigator that transforms import statements, include declarations, and dependency paths into clickable links. It functions as a dependency link resolver and workflow action navigator, mapping language-specific requirements to their corresponding source code or external repositories. The project provides a package dependency previewer that uses hovercards to display metadata and dependency insights without requiring the user to leave the current page. It also converts action definitions within CI/CD workflow files into direct links to their und
This browser extension is a source code linker for GitHub that identifies language-specific import and include declarations and converts them into direct navigation links. It serves as a productivity tool for browsing repositories by simplifying the process of jumping between linked files and dependencies. The extension optimizes the developer workflow by transforming static import statements into clickable hyperlinks, reducing the need to manually search for files. This functionality supports source code reviews and the tracing of dependencies during browser-based audits of GitHub repositori
Sourcetrail is an interactive source code explorer and visualizer designed for indexing and navigating relationships between symbols and structures across large, multi-language codebases. It functions as a static analysis indexer and code dependency visualizer that maps calls and dependencies between source files to help reveal project architecture. The tool enables multi-language project analysis by using a language-agnostic indexing system to track symbols across different programming languages within a single interface. It allows for the discovery of software architecture and the explorati
OctoLinker is a browser extension that enhances navigation within GitHub repositories by converting text-based dependency references, import statements, and workflow actions into clickable links. It functions as a cross-language code navigator and dependency linker, transforming static references into direct links to source repositories and files.
The main features of octolinker/octolinker are: GitHub Repository Navigation Enhancements, Code Navigators, Dependency Linkers, Dependency Reference Linking, Import Statement Linking, Static Reference Linking, Workflow Action Resolution, Action Source Linking.
Projects with overlapping indexed features include: facebook/pyrefly — Pyrefly is a static type checker for Python that operates as a language server, delivering real-time diagnostics,… octolinker/browser-extension — This browser extension is a web-based source code navigator that transforms import statements, include declarations,… octo-linker/chrome-extension — This browser extension is a source code linker for GitHub that identifies language-specific import and include… coatisoftware/sourcetrail — Sourcetrail is an interactive source code explorer and visualizer designed for indexing and navigating relationships… emacs-lsp/lsp-mode — lsp-mode is a Language Server Protocol client and IDE feature set for Emacs. It functions as a semantic code analysis… visualfc/liteide — LiteIDE is a cross-platform integrated development environment designed for writing, compiling, and debugging Go…