FurqanSoftware / codemirror-languageserver

Language Server integration for CodeMirror 6
BSD 3-Clause "New" or "Revised" License
183 stars 24 forks source link

Better tooltips #19

Open marc2332 opened 2 years ago

marc2332 commented 2 years ago

I think it would be very cool to have a colored signature and maybe even a markdown renderer, just like most editors, like Monaco. And better tooltips stacking.

Right now: image

Monaco: image

I might try to do something some day, I think it could re-use @codemirror/view and @codemirror/state for the signature preview thing.