Qt creator with copilot or tabnine
-
Hi,
is it possible to work in qt creator with configured AI tools such as copilot or tabine? Or maybe any other tool?I saw one topic here about introducing support for qt in copilot, but there is lack of configuration example.
If someone know how or know where are the material about I will be very grateful.
-
Qt Creator 11 will have Copilot support. See https://github.com/qt-creator/qt-creator/tree/master/src/plugins/copilot
https://download.qt.io/snapshots/qtcreator/11.0/ contains a snapshot that you might try out.
-
Qt Creator 11 will have Copilot support. See https://github.com/qt-creator/qt-creator/tree/master/src/plugins/copilot
https://download.qt.io/snapshots/qtcreator/11.0/ contains a snapshot that you might try out.
@cristian-adam thank you
-
-
Are there instructions to install the plugin for the QT 11 snapshot?
For me I did the following.
Installed the QT 11 build from download.qt.io
https://download.qt.io/snapshots/qtcreator/11.0/11.0.0-beta1/
I used 1175After install
Help -> About plugins
Scrolled down and checked both copilot and gitlab-
Clicked on copilot
-
Clicked install plugin
For source path found the .dll in qt's path
C:\Qt\qtcreator-11.0.0-beta1\lib\qtcreator\plugins -
Clicked copilot.dll then open
-
Clicked next
-
Left User plugin selected
-
Clicked next
It wanted to install to an odd location for me without a folder so I had to create the 10.0.82 folder by hand at this location
C:\Users\USERNAME\AppData\Local\QtProject\QtCreator\plugins
It failed if I didn't create the folder.- Then click Finished
I did have to get the coplit.vim agent.js to be able to sign in after install.
-