Add dedicated Protobuf editor #1415
Labels
scope/frontend
status/accepted
An issue which has passed triage and has been accepted
type/enhancement
En enhancement to an already existing feature
Milestone
Is your proposal related to a problem?
Right now we use
JSONEditor
to editProtobuf
schemaI think dedicated editor will make overall UX better (syntax hightlight etc)
Describe the solution you'd like
We have to implement dedicated
Protobuf
editorAceEditor
which we use already has mode forprotobuf
And we can even make
SchemaEditor
component to make code clearSomething like this:
Describe alternatives you've considered
Alternative is we don't do this and use
JSONEditor
as we do nowAdditional context
The text was updated successfully, but these errors were encountered: