⭐⭐⭐ Spring Boot 项目实战 ⭐⭐⭐ Spring Cloud 项目实战
《Dubbo 实现原理与源码解析 —— 精品合集》 《Netty 实现原理与源码解析 —— 精品合集》
《Spring 实现原理与源码解析 —— 精品合集》 《MyBatis 实现原理与源码解析 —— 精品合集》
《Spring MVC 实现原理与源码解析 —— 精品合集》 《数据库实体设计合集》
《Spring Boot 实现原理与源码解析 —— 精品合集》 《Java 面试题 + Java 学习指南》

摘要: 原创出处 blog.csdn.net/m0_64880608/article/details/130201349 「即兴小索奇」欢迎转载,保留摘要,谢谢!


🙂🙂🙂关注**微信公众号:【芋道源码】**有福利:

  1. RocketMQ / MyCAT / Sharding-JDBC 所有源码分析文章列表
  2. RocketMQ / MyCAT / Sharding-JDBC 中文注释源码 GitHub 地址
  3. 您对于源码的疑问每条留言将得到认真回复。甚至不知道如何读源码也可以请教噢
  4. 新的源码解析文章实时收到通知。每周更新一篇左右
  5. 认真的源码交流微信群。

什么是Bito?

Bito是一款在IntelliJ IDEA编辑器中的插件,Bito插件是由ChatGPT团队开发的,它是ChatGPT团队为了提高开发效率而开发的一款工具。Bito插件的强大之处在于它可以帮助开发人员更快地提交代码,同时还提供了一些有用的功能,如自动补全提交信息、快速查看历史记录等。

用他自己的介绍就是:

Bito’s AI helps developers dramatically accelerate their impact. It’s a Swiss Army knife of capabilities that can 10x your developer productivity and save you an hour a day, using the same models as ChatGPT!Bito’s AI helps developers dramatically accelerate their impact. It’s a Swiss Army knife of capabilities that can 10x your developer productivity and save you an hour a day, using the same models as ChatGPT!

翻译一下就是:

Bito 的 AI 帮助开发人员显著加快其影响力。这是一把瑞士军刀的功能,使用与 ChatGPT 相同的模型,可以提高您的开发人员生产力并每天为您节省一个小时!

为什么要使用Bito?

用他自己的介绍就是:

Bito AI makes it easy to write code, understand syntax, write test cases, explain code, comment on code, check security, and even explain high-level concepts. Trained on billions of lines of code and millions of documents, it’s pretty incredible what we can help you do without having to search the web or waste time on tedious stuff.Bito AI makes it easy to write code, understand syntax, write test cases, explain code, comment on code, check security, and even explain high-level concepts. Trained on billions of lines of code and millions of documents, it’s pretty incredible what we can help you do without having to search the web or waste time on tedious stuff.

翻译一下大概就是:

Bito AI使编写代码,理解语法,编写测试用例,解释代码,评论代码,检查安全性甚至解释高级概念变得容易。经过数十亿行代码和数百万个文档的培训,我们可以帮助您完成的工作,而无需搜索网络或浪费时间在繁琐的事情上,这真是令人难以置信。

如何安装Bito插件

  • 打开IntelliJ IDEA编辑器,在菜单栏中选择“File” -> “Settings”。

  • 在“Settings”窗口中,选择“Plugins”选项卡,然后点击“Marketplace”按钮。

  • 在搜索框中输入“Bito”,然后点击“Search”按钮。

  • 找到Bito插件后,点击“Install”按钮进行安装。

如何使用Bito插件

安装完成后,你可以在编辑器的右方或者右键找到Bito插件的图标。点击它,就可以使用Bito插件的各种功能了

注:如果没注册,它会提示你先注册,跟着步骤来就行,注册后才能正确使用它的功能

先检查你的邮箱验证码

填入你的验证码

点击Create workspace

在输入框就能愉快的输入了

比如让它写一个冒泡排序

文章目录
  1. 1. 什么是Bito?
  2. 2. 为什么要使用Bito?
  3. 3. 如何安装Bito插件
  4. 4. 如何使用Bito插件