VS Code tips — Copilot's secret alternative suggestions

Опубликовано: 07 Июнь 2023
на канале: Code 2020
3,564
44

Copilot can often suggest multiple different ways to implement your code. To view these alternative suggestions just hover over the current suggested text and use the inline suggestion toolbar arrows to switch between the alternatives until you find the one that best fits your needs. Then press tab to accept it!

You can also switch between alternative suggestions using the keyboard. To view the next alternative, just press alt+] on Windows and Linux, or option+] on MacOS

#vscode #copilot #github #coding #programming