zbirenbaum / copilot.lua

Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
MIT License
2.43k stars 65 forks source link

feat: Emit two user events during request suggestion #233

Closed sontungexpt closed 7 months ago

sontungexpt commented 8 months ago

This feature enhancement allows the emission of two user events during the process of requesting a suggestion.

MunifTanjim commented 8 months ago

What's the usecase for this?

sontungexpt commented 7 months ago

What's the usecase for this?

I want to perform certain actions during the request process using autocmd. However, after researching the API, I found that register_notification can achieve this. Therefore, I may close this pull request. I apologize for unnecessarily