console icon indicating copy to clipboard operation
console copied to clipboard

Improve how avro and proto schemas are shown in the registry

Open weeco opened this issue 4 years ago • 1 comments

Because we can't parse proto schemas as JSON the current approach to use a JSON viewer does not work very well. A proper editor that is capable of showing well formatted JSON as well as some syntax highlighting and formatting for proto schemas is desirable. Maybe the monaco editor as needed in https://github.com/cloudhut/kowl/issues/212 could help here as well

weeco avatar May 09 '21 13:05 weeco

Can monaco handle .proto files on its own? In other words: when using vscode, would I need to install an addon in order for it to have proper syntax highlighting for proto files?

We'll have to figure out if it is possible to have addons in embedded version of monaco.

rikimaru0345 avatar May 12 '21 17:05 rikimaru0345

Done

twmb avatar Oct 19 '23 15:10 twmb