On Sat, May 22, 2021 at 12:32:00AM +0530, Niteesh G. S. wrote: > By end of this summer, I would like to get a basic TUI with some desirable > features working. Some of the features I would like to get working are > 1) Syntax checking > 2) Syntax highlighting > 3) Code completion > 4) Logging > > I would like to hear some of the features you would like to have and also > your > advice's on implementation. Welcome Niteesh! It would be great to have an QMP API documentation viewer built into the TUI. When you enter a command like 'migrate' it would automatically display the associated QMP command documentation from qapi/*.json. Stefan