Archive
Posts Tagged ‘GitHub’
GitHub Copilot | Code suggestions
September 2, 2022
Leave a comment
If you are a developer, Isn’t the below visual is scary good? You declare a function with meaningful name and the code is ready for you as a suggestion. Say ‘Hi’ to GitHub Copilot code suggestions.
About GitHub Copilot:
- GitHub Copilot is an AI pair programmer that offers autocomplete-style suggestions as you code.
- It is optimized to help you write Python, JavaScript, TypeScript, Ruby, Go, C#, or C++.
- GitHub Copilot is available as an extension in Visual Studio Code, Visual Studio, Neovim and the JetBrains suite of IDEs. For more information, see “Getting started with GitHub Copilot.”
Licensing:
- GitHub Copilot is available to GitHub customers with a personal account on GitHub.com.
- GitHub Copilot is free to use for verified students and maintainers of popular open source projects.
- If you are not a student or maintainer of a popular open source project, you can try GitHub Copilot for free with a one-time 60 day trial.
- After the free trial, you will need a paid subscription for continued use.
- For more information, see “About billing for GitHub Copilot.”
GitHub Copilot as Visual Studio Extension:
- You must have Visual Studio 2022 17.2 or later installed.
- In the Visual Studio toolbar, click Extensions, then click Manage Extensions.
- In the “Manage Extensions” window, click Visual Studio Marketplace, search for the GitHub Copilot extension, then click Download.
- Refer link for more details.
🙂