GitHub Copilot ushered in an important update last night
The following content:
The whole screen is written with efficiency, which can be said to be very efficient
But it should be noted that some of these new functions are only Enjoy it inVisual Studio, some only support VScode.
Specifically
Now, you don’t need to switch chat windows , you can use Copilot Chat directly in the code editor to optimize the code
As shown in the figure below, you can use the "Ask Copilot" function to ask questions at the required number of lines
Code recommendations will be displayed side by side on the right side to facilitate our review.
Nothing will change until you click "Accept"
It should be noted that Copilot Chat is not fully open yet, and you need to register for preview and pass before using it To use
Only Visual Studio requires updates
Below, we will introduce some updates about Visual Studio Code 1.81 version
First, about the slash commands:
When you want to delete a shortcut command in a conversation, you don't need to delete the letters one by one - Copilot has packed all the commands into "chunks", Just press backspace to delete
Commands such as /clear and /help are executed automatically when you select them from the suggestion list, without the need for "explicit" confirmation
(3) After executing the selected slash command, it will be repopulated into the dialog box to facilitate subsequent raising of relevant questions
This wave focuses on full Full of details.
Secondly, we have added the Shift Cmd or Ctrl I command to quickly activate the chat interface. This is specially designed for users who like to have "short" chats
Please refer to In the picture below, it will hover right in front of the interface. If you don’t want to use it anymore, just exit it
It is worth mentioning that this interface is now newly added Conversation history, and also supports shortcut slash commands. It can be said that this makes the way we chat on this platform closer and closer to our experience on other platforms
Finally, Copilot extends the context in Visual Studio Code to the terminal
In the past, Copilot could only read code files. But now, it is possible to add active terminal buffering or selected content to Copilot's workflow
Get a more complete coding experience
Finally this big update doesn't just apply to Visual Studio and Visual Studio Code:
Officially the 8k context window has been launched forall code completion requests.
In this way, we can add some additional information to the request
Finally, many netizens have taken Compare it to the Cursor code editor with GPT-4 integration
The consensus was that, nevertheless, choose Cursor
Rewritten content: There are many reasons, including the belief that Copilot still has a gap compared with GPT-4, unwillingness to pay for Copilot, Cursor still has some killer features, such as embedding online documents into prompts, etc.
Have you ever used Cursor? Should you choose Cursor or Copilot?
The above is the detailed content of New title: GitHub Copilot upgraded: in-line question function, terminal context scope expansion. For more information, please follow other related articles on the PHP Chinese website!