Replies: 4 comments 2 replies
-
Will this completion model be coming to copilot.vim as well? |
Beta Was this translation helpful? Give feedback.
-
Not bad, but not great. When can we have something at the level of Cursor tab feature? Maybe you should give it a try and you will see what I mean. If for example I change var="1.2.3" to var="1.2.4" then go in a next file where var="1.2.3", Cursor will just suggest me to TAB straight to it, then an other TAB to make the change and it will become var="1.2.4". Copilot, doesn't do that, not even the latest version. |
Beta Was this translation helpful? Give feedback.
-
Well this initiative is best and helps the community. Maybe you should give it a try and you will see what I mean. If for example I change var="1.2.3" to var="1.2.4" then go in a next file where var="1.2.3. Here Copilot, doesn't do that, not even the latest version. |
Beta Was this translation helpful? Give feedback.
-
What about visual studio 2022 ? |
Beta Was this translation helpful? Give feedback.
-
We are thrilled to announce the launch of our new code completion model, GPT-4o Copilot, now available for VS Code and JetBrains users! 🎉
This new model, based on GPT-4o mini, has additional training on over 275,000 high-quality public repositories in over 30 popular programming languages. Users can expect enhanced quality completions with improved suggestion accuracy and length, along with better performance.
⭐ Getting Started with GPT-4o Copilot in VS Code
The model is available today to all VS Code users of GitHub Copilot. To get started, open the Copilot menu in the VS Code title bar, select
Configure Code Completions...
>Change Completions Model...
. Alternatively, open the Command Palette and selectGitHub Copilot: Change Completions Model...
.⭐ Getting Started with GPT-4o Copilot in JetBrains IDEs
To get started, ensure that you are on the latest stable release of the extension (v1.5.35 or above). Click the Copilot icon in the JetBrains IDE of your choice and select Edit model for Completion. This will open the GitHub Copilot settings, where you can switch between models.
⭐ GPT-4o Copilot Access Notes
Editor Preview Features
in the Copilot policy settings on GitHub.Please share your feedback as you try out the new model. It will help us improve the experience for all Copilot users. For questions, please comment below.
Happy coding with GPT-4o Copilot! 🚀
Beta Was this translation helpful? Give feedback.
All reactions