AI first commit.
This commit is contained in:
@@ -21,6 +21,11 @@ export default navbar([
|
|||||||
link: "/python/",
|
link: "/python/",
|
||||||
icon: "lightbulb",
|
icon: "lightbulb",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: "AI",
|
||||||
|
link: "/ai/",
|
||||||
|
icon: "lightbulb",
|
||||||
|
},
|
||||||
// {
|
// {
|
||||||
// text: "指南",
|
// text: "指南",
|
||||||
// icon: "lightbulb",
|
// icon: "lightbulb",
|
||||||
|
|||||||
@@ -32,4 +32,5 @@ export default sidebar({
|
|||||||
"/interview/": "structure",
|
"/interview/": "structure",
|
||||||
"/java/": "structure",
|
"/java/": "structure",
|
||||||
"/python/": "structure",
|
"/python/": "structure",
|
||||||
|
"/ai/": "structure",
|
||||||
});
|
});
|
||||||
|
|||||||
52
src/ai/POC报告_插件对比_cursor.md
Normal file
52
src/ai/POC报告_插件对比_cursor.md
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
---
|
||||||
|
# dir:
|
||||||
|
# text: Java全栈面试
|
||||||
|
# icon: laptop-code
|
||||||
|
# collapsible: true
|
||||||
|
# expanded: true
|
||||||
|
# link: true
|
||||||
|
# index: true
|
||||||
|
title: POC报告_插件对比_cursor
|
||||||
|
index: true
|
||||||
|
headerDepth: 3
|
||||||
|
# icon: laptop-code
|
||||||
|
# sidebar: true
|
||||||
|
# toc: true
|
||||||
|
# editLink: false
|
||||||
|
---
|
||||||
|
|
||||||
|
cursor 需要云端互联
|
||||||
|
# IDEA+插件
|
||||||
|
|
||||||
|
autodev 开源
|
||||||
|
continue 开源
|
||||||
|
copilot 闭源需要云端
|
||||||
|
tabnine
|
||||||
|
CodeGeeX
|
||||||
|
# VSCODE+插件
|
||||||
|
1、Java Extension Pack
|
||||||
|
2、Maven for Java
|
||||||
|
3、Spring Boot Extension Pack
|
||||||
|
4、Visual Studio IntelliCode
|
||||||
|
5、CheckStyle for Java
|
||||||
|
6、Debugger for Java
|
||||||
|
7、Language Support for Java(TM) by Red Hat
|
||||||
|
8、Java Test Runner
|
||||||
|
9、Java Dependency Viewer
|
||||||
|
Spring Boot Tools
|
||||||
|
Spring Initializr Java Support
|
||||||
|
Spring Boot Dashboard
|
||||||
|
Tomcat
|
||||||
|
Jetty
|
||||||
|
CheckStyle
|
||||||
|
Java Linter
|
||||||
|
Java Decompiler
|
||||||
|
Lombok Annotations Support
|
||||||
|
Java Properties
|
||||||
|
Eclipse Keymap for Visual Studio Code
|
||||||
|
Lombok Annotations Support for VS Code
|
||||||
|
# augment
|
||||||
|
|
||||||
|
# 特殊类型 存在商用
|
||||||
|
copilot
|
||||||
|
jetbrain AI
|
||||||
7
src/ai/README.md
Normal file
7
src/ai/README.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: AI
|
||||||
|
icon: lightbulb
|
||||||
|
index: true
|
||||||
|
---
|
||||||
|
|
||||||
|
<Catalog/>
|
||||||
Reference in New Issue
Block a user