Patrick O'Connor

Results 18 comments of Patrick O'Connor

Hi, can you try updating neovim and rust-analyzer? I tried reproducing the issue and it seems to work for me calling the lua function directly as well as using the...

Where are you expecting there to be hints with this sample? My language server doesn't return any hints for this at all. Are you sure that you want to use...

Ah okay. Neovim doesn't support virtual text in between text so by default the only hint type that is shown is "ChainingHint". You can enable "TypeHint" and "ParameterHint" by passing...

No problem! This is probably something that could be made more obvious with documentation. Maybe I'll put up a PR tonight. Hopefully this is @marcoths 's issue as well.

@tjdevries @glepnir Given the current implementation of only showing highlights at the end of the line, I think it makes sense that we only show `ChainingHint`s. The screenshot shows the...

I also created this issue to track adding that better support. FYI @mvforell https://github.com/nvim-lua/lsp_extensions.nvim/issues/14

Actually, it looks like we can't draw virtual text interspersed in a line. It only appears at the end of a line. :grimacing:

I ran into a slightly related issue where I was using an old cookie that was no longer valid. This resulted in only getting playlists as if I wasn't logged...

Hi Pat, is this in reference to pointing IntelliJ or VS Code to the right version?

Hi @Abion47 thanks for the report. Sorry for the delay, I was taking some time off. Yeah I believe I've noticed some race conditions with the script as well where...