支持的功能
- 输入
- TXT
- 输出
- TXT
- 文件格式
- .proto
如何使用Protocol Buffers · 编辑器
在线打开并编辑 Protocol Buffers 文件。无需安装或上传,即可搜索文本并下载 .proto 源文件。
- 导入本地 .proto 文件或粘贴 Protocol Buffers 源码。
- 编辑文本并使用搜索查找所需内容。
- 复制结果或下载修改后的源文件。
Protocol Buffers · 编辑器 · 示例
输入
syntax = "proto3";
message Note {
int32 id = 1;
string title = 2;
}
输出
syntax = "proto3";
message Note {
int32 id = 1;
string title = 2;
}
使用说明
文件和输入在此浏览器内处理,无需上传或注册账户。
这是源码编辑器,不会运行、编译、验证程序或连接服务器。