-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi,
It would be nice if we could highlight the line that the error occurs, rather than just on the line of the function, maybe with some virtual text similar to LSP diagnostics. I've taken a few screenshots to try and demonstrate. Ideally it could highlight across buffers use a "stack trace" or something so you could "go to definition" on a function and open another buffer and it would continue to show the relevant line. I'm currently using the phpunitkit plugin for sublime text which could serve as a reference
current: only highlights the line of the function that failed
sublime text: highlights the line where the failure/error occurs
lsp: as an example of what it could look like
I'm willing to try and help but my experience in python/lua is very limited.
Thanks!