Is there a way to capture code suggestions from Github Copilot for VScode extensions?

Viewed 25

I'm new to VScode extensions development & am currently developing a VScode extension that listens to whether code suggestions (by Github Copilot) have been accepted or rejected by users as part of a research project.

I was wondering if there was a way to listen to the code suggestions from Github Copilot such as the range of the suggestions much like information we get from onDidChangeTextDocument.

Example of the code suggestions from Github Copilot

0 Answers
Related