« Github Copilot » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
Ligne 38 : Ligne 38 :


= Installation in Visual Studio =
= Installation in Visual Studio =
* GitHub Copilot extension
GitHub Copilot is installed as a component with Visual Studio installer
* GitHub Copilot Chat extension

Version du 10 juillet 2024 à 10:13

Links

Shortcuts

Shortcut Description
Tab accept the suggestion
Alt + . display the next suggestion
Alt + , display the previous suggestion
Esc reject the suggestion

Generating code suggestions from comments

Cs.svg
// describe something you want to do using natural language within a comment, and GitHub Copilot will suggest the code to accomplish your goal

GitHub Copilot Chat

View → GitHub Copilot Chat

Command Description
# Active document focus on the code that's currently visible in the editor
# Selection focus on the selected code
# focus on a specific file

Configuring GitHub Copilot in your environment

Installation in Visual Studio

GitHub Copilot is installed as a component with Visual Studio installer