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

AI Text Completion for atom

Ok. So I've tried to find a good package for atom that would be good ai autocompletion. But it just wasn't good. I've tried Tabnine. (Every good feature is on the payed plan.) Kite is unavaliable at the moment. And GitHub Copilot is now payed…
0
votes
0 answers

Is there a way to capture code suggestions from Github Copilot for VScode extensions?

I'm new to VScode extensions development & am currently developing a VScode extension that listens to whether code suggestions (by Github Copilot) have been accepted or rejected by users as part of a research project. I was wondering if there was a…
0
votes
2 answers

VS2022 with GitHub Copilot adding random spaces while typing

Not sure if this is a Visual Studio 2022 bug or a GitHub Copilot bug, but frequently when I'm typing, it will just add a ton of spaces in the middle of the text wherever the cursor happens to be. It's gotten to the point where it's really affecting…
0
votes
1 answer

copilot error : [Error] An error occurred for 'ReturnKeyCommandArgs'?

When I want to use comments an error is displayed : [Error] An error occurred for 'ReturnKeyCommandArgs': StreamJsonRpc.RemoteInvocationException: Request getCompletions failed with message: The operation was aborted. à…
Sparcyx
  • 39
0
votes
0 answers

Github Copilot stopt working in vs studio

I used copilot for 1-2 months, and a few days ago it stopt working in wpf but in console it works
DanielB
  • 21
  • 3
0
votes
1 answer

Github copilot seems to be having problems

None of my extensions in VScode were working after disabling them all I see this message in the console. Any idea how I go about fixing this?
bonum_cete
  • 4,730
  • 6
  • 32
  • 56
0
votes
1 answer

Can github copilot be configured with visual studio 2022?

I heard it can be done with Resharper. Any clues on how to do it? Do I have to write a custom extension? That seems like a hell of work.
0
votes
1 answer

Github Copilot : Extension host terminated unexpectedly VS Code

Github Copilot v1.5.3295 VSCode Version : 1.61.2 Arm64 Apple M1 Chip ERR Extension host (LocalProcess) terminated unexpectedly. The following extensions were running: vscode.microsoft-authentication, mechatroner.rainbow-csv, Dart-Code.dart-code,…
-1
votes
0 answers

Can GitHub Copilot add intelligent comments to existing code?

Can GitHub Copilot add intelligent comments to existing source code for documentation purposes? Is there any other way to automate adding intelligent comments to existing legacy source code written in Java, C#, JavaScript, Python, Cobol, C, C++…
Andy
  • 2,493
  • 6
  • 37
  • 63
-1
votes
0 answers

How can Github CoPilot be used with AWS lambda, AWS step function, and AWS S3?

Trying to understand how copilot will be implemented and integrated with the amazon web services listed above Trying to learn the differences between AWS code whisperer and Github copilot for business implementation purposes.
-1
votes
1 answer

How do I get Github Copilot to work in Android Studio?

I bought the monthly subscription and installed the plugin in the latest version of android studio flamingo. But when I type, no suggestions pop up. I tested it in vscode for javascript and it's working fine there, just not in android studio. I'm…
Simon Suh
  • 10,599
  • 25
  • 86
  • 110
-2
votes
1 answer

Prevent VS Code from overwriting Copilot's suggestions

If I type a comment in VS Code (with the Copilot extension installed) and then press control-return (Ctrl-Enter on other platforms) Copilot correctly opens a new tab with multiple suggestions. But if I want to keep that around and open a new set of…
iconoclast
  • 21,213
  • 15
  • 102
  • 138
-2
votes
1 answer

Why does Github Copilot label method arguments?

I was using Github Copilot to generate integers to add to an ArrayList, but for some reason it adds e: before the argument I've been using Copilot for a while, but I've never encountered this. Why does this happen?
-2
votes
1 answer

How do i make my code editor look like the one on Github Copilot's website?

I know this isn't strictly code related, but i know that vscode is used in the github copilot website. However, how do i get my ide and copilot suggestions to look like that?
hackedXD
  • 9
  • 4
-3
votes
1 answer

I need help in setup GitHub copilot AI assistance in my Visual Studio

i setup setup GitHub copilot and its work fine but i need AI Assistance like a attached screenshots AI Assistance Please see what i need
1 2 3
13
14