分类:工具

26 篇文章

Continue开源AI编程助手:堪比Copilot的VSCode最强生产力插件

引言 在之前的文章里,我经常介绍关于Cline的使用,不过作为开源方案,Cline主要关注的是Agent的能力,而对于Editor的功能,比如自动补全、inline编辑等,则没有关注,所以今天给大家介绍另一款强大VSCode编程插件Continue。它的主要特点则是通过AI辅助来提升开发效率,帮助开...

必备神器:IntelliJ IDEA 超级好用的插件推荐

IntelliJ IDEA 拥有强大的插件生态,为开发者提供了丰富的功能扩展。无论是代码编写、调试还是项目管理,这些插件都能显著提升效率。本文将为你推荐几款 IDEA 上超级好用的插件,助你畅快开发。 一、代码效率提升类 1. Key Promoter X 功能: 帮助用户快速掌握 IntelliJ...

JetBrains新版本区域选择的坑

ja-netfilter 地址:https://jetbra.in/s JetBrains新版本(2024.2)在设置里添加了区域选择,具体在:Appearance & Behavior -> System Settings -> Language and Region -> Region 中设置。...

Free Download Manager和Net Download Manager之间的区别

名称和品牌: Free Download Manager(简称FDM)是一款广受欢迎的免费下载管理器。 Net Download Manager(简称NDM)是另一款下载管理工具。 功能范围: FDM:功能非常全面,支持各种类型的下载,包括HTTP、HTTPS、FTP,甚至支持BitTorrent和...

AMD集显安装显卡驱动之后出现黑屏,建议这样解决

Set the AMD pixel format https://www.amd.com/en/support/kb/faq/dh-007, set the pixel format respectively, and see which one works better, and it takes...

升级MrDoc版本

1 停止MrDoc容器运行 docker stop mrdoc 2 删除MrDoc容器 docker rm -f mrdoc 3 进入MrDoc源码目录 cd /opt/MrDoc/ 4 更新源码 git fetch --all && git reset --hard origin/maste...

How to upgrade winget itself

First, open the Release Page of microsoft/winget-cli GitHub Repository, grab the latest download link with “.msixbundle” extension, and copy it to you...

2.5 million Java developers on Visual Studio Code! Roadmap for the next 6 months

A big big thank you to the community! Hi everyone, we are thrilled to share that Visual Studio Code now has a community of over 2.5 million Java devel...

解决Java HotSpot™ 64-Bit Server VM warning: Sharing is only supported for boot loader classes because

解决Java HotSpot™ 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 翻译过来就是: Java...

git-repo-updater

gitup (the git-repo-updater) gitup is a tool for updating multiple git repositories at once. It is smart enough to handle several remotes, dirty worki...