QPlainTextEdit inlay hints
-
I am trying to create a simple C++ IDE and want to display inlay hints just like in VSCode or CLion. I am able to get details for inlay hints from
Clangd. But how can I display such inQPlainTextEdit?
Can someone just point me in the direction to seek concerning this. Do I subclass QPlainTextEdit
and override paint events or what?