vim-test / vim-test

Run your tests at the speed of thought

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any way of showing test results as virtual text?

rwblokzijl opened this issue · comments

In this video TJ de Vries shows a way of showing test results as diagnostics inside the editor using the (vim9/neovim) builtin virtual text. This seems like an awesome feature for this plugin. Are there any plans of supporting this? Or does anyone know a pluging that does?

Thank you for sharing this is quite interesting and reminds me of how Syntastic or ALE work where they can parse JSON output from a tool and then indicate issues with the code.

I am wondering if a possible approach would be creating a new strategy that leveraged this 🤔