awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesSyntax Structure Visualizers

Tools that use visual cues like color and lines to represent the hierarchy and nesting of source code.

Distinct from Code Structure Visualizations: Candidate [f16_mt1] focuses on architectural dependency maps, whereas this is about the immediate visual structure of the text file.

Explore 2 awesome GitHub repositories matching user interface & experience · Syntax Structure Visualizers. Refine with filters or upvote what's useful.

Awesome Syntax Structure Visualizers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • izhangzhihao/intellij-rainbow-bracketsizhangzhihao 的头像

    izhangzhihao/intellij-rainbow-brackets

    4,661在 GitHub 上查看↗

    This project is a JetBrains IDE extension and source code colorizer that assigns distinct colors to nested pairs of brackets and braces. It serves as a code nesting visualizer for the IntelliJ platform and Android Studio to help identify matching pairs and clarify the structural hierarchy of source code. The plugin provides capabilities to apply rainbow color schemes to both brackets and variables to make them easier to track within a file. It also includes a color palette generator and options to exclude specific languages or file extensions from highlighting. The tool further assists with

    Uses color coding to distinguish nested brackets and braces for easier navigation of complex code blocks.

    Kotlinandroid-studioclojurefleet
    在 GitHub 上查看↗4,661
  • yggdroot/indentlineYggdroot 的头像

    Yggdroot/indentLine

    4,121在 GitHub 上查看↗

    indentLine 是一个 Vim 插件和文本编辑器扩展,用作代码结构可视化工具。它渲染垂直缩进引导线,帮助开发人员识别嵌套块的开始和结束,并提高代码可读性。 该工具提供可自定义的缩进线外观,允许用户定义用于区分不同嵌套级别的字符和颜色。它还包括一个用于开启或关闭这些引导线的可见性切换开关。 该插件通过虚拟文本覆盖来管理缩进级别可视化,而不会修改文件的实际文本内容。它利用基于列的坐标计算和事件驱动的更新,以确保线条与当前缓冲区状态对齐。

    Uses vertical lines and color cues to represent the hierarchy and nesting of source code.

    Vim Scriptindentlinevimvim-plugin
    在 GitHub 上查看↗4,121
  1. Home
  2. User Interface & Experience
  3. Syntax Structure Visualizers