1 个仓库
Modifying source code through a visual interface rather than direct text editing.
Distinct from Source Code Editors: Focuses on structural code changes driven by a visual editor instead of standard text-based editing.
Explore 1 awesome GitHub repository matching development tools & productivity · Visual Code Manipulation. Refine with filters or upvote what's useful.
Mometa 是一个基于 AST 的可视化代码编辑器和低代码元编程工具。它提供了一个可视化界面,通过操作抽象语法树来修改源代码,允许通过拖放操作插入和删除代码块。 该项目通过一种可视化源码映射系统脱颖而出,该系统将渲染的 DOM 元素链接回其原始源代码位置。它利用实时同步系统和热模块替换工作流,在浏览器中更新应用程序组件,而无需完全重新加载页面。 该平台涵盖 UI 组件管理和可重用物料库的创建。它包括元数据驱动的代码生成、路由和布局模拟,以及用于协调多个包和依赖项的 Monorepo 工作空间组织功能。
Modifies source code through a visual interface, using AST manipulation to bridge the gap between visual editing and raw text.