Replies: 1 comment 2 replies
-
You technically can see it if you open up debug mode in the chat buffer with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, there is an issue with #buffer #buffers #lsp where users cannot see the specific content represented by these symbols after introducing these commands, nor can they modify this content. Referring to zed, I think we can use nvim-cmp to introduce a similar slash command that allows users to quickly bring context into the chat buffer using /cmd args. This actually eliminates the complex variable replacement mechanism in chat implementation and feels more intuitive overall. At present, I have implemented an initial version of this feature through nvim-cmp, and it works very smoothly.
Beta Was this translation helpful? Give feedback.
All reactions