Prompting with Copilot

Prompting with Copilot

Visual Studio Code

1 год назад

84,654 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@gillesashley9314
@gillesashley9314 - 25.11.2023 04:18

Seems the next skill as developers is to learn how to use AI tools. Done!

Ответить
@feeltheeffect85
@feeltheeffect85 - 01.10.2023 06:11

Mam when is the copilot x getting released?

Ответить
@systechadmin8368
@systechadmin8368 - 16.08.2023 14:15

Is there subscription plan for educational institute ?

Ответить
@snithfferx
@snithfferx - 10.08.2023 08:24

I feel the lack of languages, but as many, open the files base that I need to use, give copilot a good context, buuut... it take a bit of time to copilot get what you are trying to do. I talking about PHP by the way.
Hope some day this could improve.

Ответить
@codecaine
@codecaine - 29.06.2023 18:43

Excellent presentation

Ответить
@lostpianist
@lostpianist - 16.06.2023 16:06

What famous scientist lady is in the middle portrait behind you? Is it Jocelyn Bell?

Ответить
@lostpianist
@lostpianist - 16.06.2023 16:05

Great, thank you.

Ответить
@JoseAguilar-vt9zt
@JoseAguilar-vt9zt - 13.06.2023 22:39

In my case something I have been doing is writing examples of the input and outputs expected of a method/function as comments (part of the function documentation). Copilot picks it up and generates a method that works many times. And the method is then well documented as well, as a bonus.

Ответить
@YousefSh
@YousefSh - 09.06.2023 11:09

talk for talk in talks if tag in talks tag

Ответить
@lako2023
@lako2023 - 01.06.2023 11:00

For small one-off scripts like this Copilot works. For real projects though there needs to be proper information what Copilot understood about that project and which files it has processed to gain that information. We have lots of configuration files for e.g. linters as well as naming standards, plenty of additional rules for the structure of code, comments etc. (which can't be defined in a configuration file but have separate tests). It's completely unclear if Copilot understands any of that, sometimes I get good suggestions while working in a file, in many cases the code though is really subpar (too basic, too different etc.).

Why not chat with Copilot on initialization in a project to give it more context? If it is unsure about something (e.g. naming of variables, methods etc. in the project), Copilot could just ask the user and then present it's understanding in a tab or rather a new configuration file which could be synced to other devs.

Ответить
@yaruuvva
@yaruuvva - 31.05.2023 10:44

Does this trick with having other files opened to provide additional context works in Visual Studio? (not VS Code)

Ответить
@modoulaminceesay9211
@modoulaminceesay9211 - 31.05.2023 01:56

I have tried the copilot with vscode insider best thing to ever happen to me

Ответить
@Netryon
@Netryon - 29.05.2023 19:26

Nobody do anything here anything with python unless you are music reviewer in capital.

Ответить
@iChrisBirch
@iChrisBirch - 29.05.2023 18:04

From trial and error I had suspected that having particular files open would help with context. I was also directly prompting (both in the chat window and inline comment) "use the open file ..." but nice to see I don't have to directly specify that. Thanks for the examples and straightforward presentation.

Ответить
@jonathan10543
@jonathan10543 - 29.05.2023 17:20

I always keep too many tabs open!! I'm already getting better results after closing some files. Thanks!

Ответить