Questions tagged [github-copilot]

GitHub Copilot is an AI pair programmer that helps you write code faster and with less work.

Per https://copilot.github.com:

GitHub Copilot is powered by Codex, the new AI system created by OpenAI. GitHub Copilot understands significantly more context than most code assistants. So, whether it's in a docstring, comment, function name, or the code itself, GitHub Copilot uses the context you've provided and synthesizes code to match. Together with OpenAI, GitHub Copilot is designed to get smarter at producing safe and effective code as developers use it.

198 questions
0
votes
0 answers

react-native-copilot Automatic movement of tooltips in ScrollView

While working with this library, if the hints are not in the screen area, the scrolling does not automatically move to the next hint, but stays in place. I tried to use scrollViewRef.current?.scrollTo in stepChange, but scrolling occurs after the…
0
votes
0 answers

Will installing a new window on my system affect the free access of GitHub Copilot in VS Code?

As you know, GitHub Copilot was initially available for free, but it transitioned to a paid model with a waiting list for free access. I applied during that time and received free access to Copilot. Now, I need to install a new window on my laptop…
0
votes
0 answers

Github View Counter

I want to know how many people viewed my github account. Is there a plugin used for this? it would be much more functional if it was a IP counter. so I want to know if my github account is checked in job applications that I send cv to. I'm waiting…
0
votes
1 answer

GitHub copilot chat feature is not showing in Visual Studio 2022

I subscribed GitHub Copilot Features, however I can see chat features is available in VS Code Insider, but I would not find it in Visual Studio 2022. GitHub is charging for the subscription but did not provide chat features in Visual Studio 2022.…
Urgen
  • 1,095
  • 3
  • 19
  • 39
0
votes
0 answers

Is there a way to stay signed into GitHub for VS Code on Mac?

I find the 'Sign in to use GitHub Copilot' toast notification pop up every time I start VS Code. I click the link and it authenticates immediately, but I am wondering if there is a way to store my authentication. My GitHub authentication log looks…
0
votes
0 answers

Why does the Copilot VS Code plugin place the SimilarFile in the prompt?

I learned from the article(copilot-explorer) that the Copilot VS Code plugin places the SimilarFile in the prompt. Why is this done? Prefix computation: Now, a “Prompt Wishlist” is created for computing the prefix part of the prompt. Here,…
0
votes
0 answers

Visual Studio 2022: Github Copilot : Request Error: self signed certificate in certificate chain

Im trying to use the GitlabCopilot extension for visual studio professional 2022. I have a work-VPN that i cant turn off. This is the error I think this is related to my question, but solutions dont work: self signed certificate in certificate…
hesolar
  • 543
  • 4
  • 23
0
votes
1 answer

Neovim GitHub Copilot NotSignedIn, but Authenticated

GitHub Copilot in NeoVim was always working, up until five minutes ago. The response from the server is "[Copilot] Not Authenticated: NotSignedIn", but when I do :Copilot auth It says "[Copilot] Authenticated as Github user XYZ". I did not change…
Tim Anthony
  • 124
  • 9
0
votes
0 answers

Github Copilot only has "Explain This" instead of start code that in trial of copilot X

anyone else here who cant use the "start code that" from the copilot pre release? I reinstalled the extensions but it didnt work for me. Do you have the same issue? Cheers
Sascha
  • 25
  • 3
0
votes
1 answer

CodePilot inside SQL Server SSMS

As far as I can see the only options currently for copilot/ChatGPT SQL assistance is to generate queries outside of SSMS. The real power would be within the SSMS, with access to table definitions, SP's etc. I could see this saving me hours of dev…
Sami.C
  • 561
  • 1
  • 11
  • 24
0
votes
0 answers

Enable Github Copilot "dialog" to accept or deny suggestions

At the beginning of my use of GitHub copilot this "dialog" used to show above the line I was typing. But after update the extension on VSCode to the version 1.86.82 that stoped showing. Is there a way to enable it again?
M. Massula
  • 3,730
  • 2
  • 11
  • 14
0
votes
0 answers

Not installing CopilotChat- not VS Code Insiders on Mac

I am trying to install GitHub Copilot chat private beta version on Mac and followed the following instruction For Visual Studio Code: Download and install Visual Studio Code - Insiders Already on the Insiders build? Make sure you are on the latest…
iravinandan
  • 659
  • 6
  • 16
0
votes
1 answer

Is there a tool like Github Copilot which has a (Python 3) API?

Tools like Github Copilot can generate/complete code and/or comments while typing within an IDE. It looks like they are limited to this use case. However, I actually want to something similar to the following in any Python program: import…
0
votes
1 answer

How to press "Alt + [" on a german QWERTZ keyboard?

I am trying to use github-copilot with my IDE (Webstorm) and running in to a problem with these shortcuts: Alt + [ Alt + ] Alt + \ Actually I have to type "strg+alt+8" to write an "[". How could I do "Alt+[" then? Thanks for your help!
user2458046
  • 405
  • 1
  • 4
  • 14
0
votes
1 answer

Using tab in GitHub Copilot doesn't trigger the inline suggestion - macOS Visual Studio Code

I am a new user of GitHub Copilot and I am having trouble triggering the in-line suggestions it provides. I have tried various settings and configurations, but I am still unable to get it to work properly. The expected output is that I should be…
Omar
  • 1