Next Edit Suggestions / Smart Tab / Cursor Mode #447
Replies: 4 comments 17 replies
-
That looks awesome! If you turn on trace logs you should get a decent idea on the execution flow as it has helped me a lot while picking up how things work in this plugin. |
Beta Was this translation helpful? Give feedback.
-
I have a feeling tpope will reply on your post on the official repo "NOT SUPPORTED" 😂😂 |
Beta Was this translation helpful? Give feedback.
-
To anyone who wants to see this feature, please let yourselves heard over on the official LSP thread! |
Beta Was this translation helpful? Give feedback.
-
This could have the solution we've been looking for: https://www.reddit.com/r/neovim/s/wecSSoK2tJ |
Beta Was this translation helpful? Give feedback.
-
Hey! Love this project and have been using it since it's inception!
I have been digging into the copilot language server implementation and noticed that it seems like they do provide functions for
textDocument/handleNextEditRequest
- which I think is the source of Copilot's (and Cursor's) Next Edit Suggestion feature.Before I go digging any further, I wanted to get this discussion going on if this is something that is doable in this plugin. I would really really love to get the "Smart Tab" / Suggest Edit feature working in Neovim.
https://github.com/github/copilot-language-server-release I noticed that this repo doesn't seem to mention it - so maybe we need to wait for that? Anyway just looking for pointers / if anyone has explored this before, I've never written a Lua plugin - but can probably hack my way through it if it's feasible.
Beta Was this translation helpful? Give feedback.
All reactions