pawitp / protobuf-decoder

JavaScript-based web UI to decode ad-hoc Protobuf data
https://protobuf-decoder.netlify.app/
MIT License
392 stars 91 forks source link

Please add field folding feature #42

Open wangjiyang opened 2 years ago

wangjiyang commented 2 years ago

Hi Pawit,

This tool is great. I am using it when debugging some protobuf issues. Sometimes the protobuf is really big, eg 16K bytes. It's impossible to check some fields because every field is packed in a html table. I proposed to add a feature that we can click a +/- button to fold a whole field. That would be great.

image

Thanks

pawitp commented 2 years ago

Thank you for your interest. I'm not actively adding any feature to this project right now but I'm more than happy to review and merge PRs adding the requested feature.