Home General

Any plans to use AI just like "Inline Chat" in Github Copilot?

I usually write comments in LINQPad first, then trigger AI completion to get code suggestions. However, if I want to modify a part of the code, there isn't a very convenient way to do it. I wonder if you can provide a usage similar to Github Copilot's "Inline Chat"?

Here is a use case:

  1. When writing code, select a range with the mouse or keyboard.
  2. Press Ctrl+I to bring up the Inline Chat window, then enter a prompt.
  3. After pressing Enter to submit, it will automatically modify the code in the selected range for me.
Sign In or Register to comment.