Gokul Soumya

Results 99 comments of Gokul Soumya

This is a _very_ useful feature to have, and it'd be nice if we could add it to core. For reference there's a treesitter port of context.vim which I use...

`f` is rather short and sweet, and I'm not sure how frequently the other newly introduced pickers will be used. How much would `fd` be used compared to `ff` ?...

Selecting with the mouse copies text to the secondary clipboard in Linux, which doesn't exist in Windows. We could copy to the clipboard for windows in this case, but that...

In that case I'll drop the inline rendering plan and keep it as is. Cursor and selection rendering for inline annotations will definitely look hacky with the current architecture.

As discussed on Matrix, this PR has been revived (yay !), and I have rebased the original changes on top of current master.

This PR as of now doesn't implement inlayed virtual text, i.e. virtual text in between normal text, which is what we would need to properly add support for rust-analyzer's type...

They usually have dedicated plugins that do the setup for you, for example I use https://github.com/nvim-lua/lsp_extensions.nvim for Neovim which sets up inlay hints for rust. VSCode's rust extension also hooks...

You can dismiss the signature help popup with `Ctrl-c`, but showing the completion popup in the upper side if the signature help popup renders below would be a better solution.

There are no plans to have copilot in the editor core, so this will have to wait till there is proper plugin support.

Personally I think having 4 different ways of showing the file tree is a bit too much (at least to be included by default), and that we should stick with...