Lazy programming artifact: Copilot

Copilot is a programming artifact from Microsoft github, a tool based on big data + machine learning. It can now be installed on Visual Studio and Visual Studio Code.

Copilot is amazing, it seems to know what code or comments I am going to type next. Even if I type a comment, it knows what I want to write, and after writing the comment, it prompts me whether the code should be written in this way. Really lazy programming assistant.

Don’t even write anything, create a filename and guess what I’m doing.

You can brush the question, write a Two Sum , auto-completion algorithm, Copy/Paste submission and one-time pass.

I feel that this Copilot can greatly improve the efficiency of work, such as some uncommon syntax, operating the database or even writing a piece of code for you, and it can infer the code you want to write next according to the context. Pressing the Tab key automatically completes, and writing code becomes more enjoyable.

Recently, when I write C# code, I need to operate some Service Bus, MySQL , often after writing comments, the code is there. Also, if you want to write a comment, just type //. Also, Copilot can automatically write complete SQL statements for you, which is quite powerful.

A lot of things that require Google/ Stackoverflow are no longer needed, this Copilot helper helps you look up and automatically completes it based on your current code.

I feel that in the future, the machine will slowly replace the code farmer (moving bricks) who can only copy/paste. After all, what do you need to do with the code that AI machines can write.

copilot-two-sum 懒人编程神器: Copilot I.T. 程序设计 编程 资讯

Wrote a twoSum method Copilot automatically infers that I want to brush the problem and give the correct solution

copilot-2-1 懒人编程神器: Copilot I.T. 程序设计 编程 资讯

Basically a new file is created, copilot is too smart to write the code for me

copilot-1-1 懒人编程神器: Copilot I.T. 程序设计 编程 资讯

Wrote public, copilot guess the method I want to write, very accurate

copilot 懒人编程神器: Copilot I.T. 程序设计 编程 资讯

copilot2 懒人编程神器: Copilot I.T. 程序设计 编程 资讯

There are a total of 508 Chinese characters in this article. Can you count them?

Lazy programming artifact: Copilot . ( AMP mobile accelerated version )

Scan the QR code and share this article to WeChat Moments

75a5a60b9cac61e5c8c71a96e17f2d9c 懒人编程神器: Copilot I.T. 程序设计 编程 资讯

The post Lazy Programming Artifact: Copilot first appeared on Xiao Lai Zi’s British Life and News .

This article is reproduced from: https://justyy.com/archives/46833
This site is for inclusion only, and the copyright belongs to the original author.

Leave a Comment