Details on the usage of github copilot with Qt creator.
-
Hi,
What is the current status of githhub copilot support with Qt creator?
Is there any detailed documentation on the features supported by github copilot with Qt creator.
I could see very basic information covered in below page:
https://doc.qt.io/qtcreator/creator-copilot.html -
C Christian Ehrlicher moved this topic from General and Desktop on
-
The documentation is complete. Currently you can login to Copilot and enable it, which will give you suggestions while you write your code.
-
The documentation is complete. Currently you can login to Copilot and enable it, which will give you suggestions while you write your code.
@Marcus-Tillmanns Thanks for the reply.
Actually I am searching for some specific details like - Can we auto generate unit test for a function using copilot. For example, select a function and then to get to see option to generate unit test for the selected function.