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:
- When writing code, select a range with the mouse or keyboard.
- Press Ctrl+I to bring up the Inline Chat window, then enter a prompt.
- After pressing Enter to submit, it will automatically modify the code in the selected range for me.