dpayne / CodeGPT.nvim

CodeGPT is a plugin for neovim that provides commands to interact with ChatGPT.
GNU General Public License v3.0
764 stars 50 forks source link

Feature Request: chat question #32

Closed madnight closed 1 year ago

madnight commented 1 year ago

Please add a question command:

command input Description
question text selection and command args Will ask ChatGPT a question (the command args) to the selected code.

I think this is a quiet frequent use case. We already have "explain" but this offers a generic explanation and not a specific explanation to a given question for selected code.

dpayne commented 1 year ago

Good idea, done!