4 个仓库
Tools that identify code declarations and transform them into navigational hyperlinks.
Distinct from Source Text Linkers: Candidates focus on binary linkers, data imports, or graph-text linking, not UI-based source code hyperlinking.
Explore 4 awesome GitHub repositories matching development tools & productivity · Source Code Hyperlinkers. Refine with filters or upvote what's useful.
Codehike 是一个基于 React 的文档框架和交互式代码演练工具。它作为一个 Markdown 内容编排器,将修饰后的 Markdown 转换为结构化数据和 React 组件,作为用于高亮代码范围、差异和编译器错误的可视化层。 该项目的特点是能够创建“滚动代码”(scrollycoding)体验和分步技术教程。它具有标记级动画,可直观地演示逻辑如何在代码版本之间演变,并提供了一个将 UI 状态与浏览器滚动位置同步的系统。 该框架涵盖了广泛的可视化功能,包括创建代码幻灯片、聚光灯布局和选项卡式代码块。它支持通过工具提示、标注和脚注进行详细的代码注释,以及语言切换器、代码转译和实时编译器数据集成等功能实用程序。 该系统利用基于模式的验证来确保从 Markdown 文件中提取的结构化数据的类型安全性和一致性。
Creates interactive hyperlinks on specific code tokens using manual definitions or regular expressions.
该浏览器扩展是一个 GitHub 源代码链接器,可识别特定语言的导入和包含声明,并将其转换为直接导航链接。它作为一个生产力工具,通过简化在链接文件和依赖项之间跳转的过程,优化了浏览仓库的体验。 该扩展通过将静态导入语句转换为可点击的超链接来优化开发者工作流,减少了手动搜索文件的需求。此功能支持源代码审查,并在基于浏览器的 GitHub 仓库审计过程中追踪依赖关系。
Identifies import declarations in source code and transforms them into direct navigation links.
这款浏览器扩展是一个基于 Web 的源代码导航器,可将 import 语句、include 声明和依赖路径转换为可点击的链接。它作为依赖链接解析器和工作流操作导航器,将特定语言的需求映射到相应的源代码或外部仓库。 该项目提供了一个包依赖预览器,使用悬浮卡片显示元数据和依赖洞察,无需离开当前页面。它还能将 CI/CD 工作流文件中的操作定义直接转换为指向其底层实现的链接。 该扩展通过识别特定语言模式并将内部项目路径解析为外部 URL,处理源代码导航和静态代码探索。
Identifies code declarations in import statements and transforms them into navigational hyperlinks.
Rails Panel is a developer tool for Ruby on Rails applications that combines performance monitoring, metadata inspection, and source code linking. It functions as a browser extension and server-side middleware that transmits diagnostic data through HTTP response headers to display application metrics directly within browser developer tools. The tool provides a bridge between the browser and local development environments, enabling deep linking from rendered web pages to specific files and line numbers in a configured text editor. It covers request analysis and observability, including the i
Bridges web pages and local text editors to enable direct navigation to the source code.