JetBrains 系列和 VsCode 有什么好用的插件吗?(有好用的 AI 插件不,除了 Copilot )
1
m1nm13 79 天前 2
vscode 下的 continue 还行,之前看网友推荐用 continue+deepseek 可以实现类似 cursor 那样直接在源代码上修改的效果
|
2
frank1256 79 天前
ideaVIm
|
3
xiaozhu317 OP @m1nm13 尝试尝试
|
4
xiaozhu317 OP @frank1256 一直在使用中
|
5
m1nm13 79 天前
@xiaozhu317 #3 打个预防针. continue 默认的快捷键 ctrl shit i 是冲突的. 得去修改快捷键,取消冲突或者换一个
|
6
securityCoding 79 天前
copilot 自动补全提示, 算是 top1?
|
7
mangoDB 79 天前
GitToolBox
|
8
winlans 79 天前 3
由于我属于键盘流,所以偏效率工具
jetbrains: 1. acejump // 很方便的跳转工具 2. ideavim // vim 方式,很爽 3. translation // 翻译 4. smart input // 自动切换中英文。 5. which-key // ideavim 的周边 软件的话, 1.mykeymap 咸鱼阿康的 mykeymap, 一个基于 autohotkey 的软件,非常好用, 我最讨厌的就是手移动到方向键那里,编码的时候真的很恶心,这个就完全解决了我的问题 2. utools 这个不要太好用,json , 时间转换。。。很强 3. tabby xshell 平替,挺好用的 |
9
jackytsu 79 天前 1
推荐一个自己写的小插件
欢迎大家使用、评分 Text Transformer for VS Code 一个可以修改单词大小写的实用工具。 ### 特性 1. 全大写,快捷键:Alt + Ctrl + U ; 2. 全小写,快捷键:Alt + Ctrl + L ; 3. 大小写反转,快捷键:: Alt + Ctrl + R ; 4. 驼峰式命名,快捷键:Alt + Ctrl + C ; 5. 短划线分隔,快捷键:Alt + Ctrl + D ; 6. 下划线分隔,快捷键:Alt + Ctrl + Z 。 7. 大写驼峰带空格,快捷键:Alt + Ctrl + Space 。 8. 帕斯卡(大写驼峰式)命名,快捷键:Alt + Ctrl + P ; https://marketplace.visualstudio.com/items?itemName=jackytsu.text-transformer |
10
LokiSharp 79 天前 1
Dev Containers
彻底改变了我都开发工作流 |
11
tyrone2333 79 天前
Icon Viewer 2 生成预览图
i18n Ally 替换国际化显示 |
12
moefishtang 79 天前
适用于 VS Code 的中文(简体)语言包
IntelliCode Live Server |
13
superchijinpeng 79 天前
Dev Containers 无敌了
|
15
kevins96 79 天前
continue 非常好用
|
16
linauror 79 天前 1
vscode 插件推荐
Code Runner: 单文件运行很方便,直接右键 run Code Spell Checker: 单词拼写检查,很明显的标识出拼写错误的单词,我个人感觉很有用 Gitlens: 可以很方便的查看文件中的每一行在什么时间,什么人,修改了什么内容 |
17
Richared 79 天前 1
vscode 我只当看 log 的工具,没有插件
idea: CamelCase 大小写驼峰下划线切换 Api Generator Plus 生成接口文档 Avro and Parquet Viewer 查看 parquet 文件 MyBatisCodeHelperPro 生成 mybatis 配置文件 Pojo To Json Rainbow Brackets 花括号变颜色 |
18
yb2313 79 天前
|
19
Sinksky 79 天前 2
DevContainer +1
BookMarks 做标记方便代码跳转 Bracket Select 快速选中括号内内容 Codeium AI 补全 Comment Translate 翻译注释 Error Lens 编辑器里面显示警告错误 GitGraph + GitLens 两个补充着用 |
20
eryajf 79 天前
|
23
abc0def 79 天前
https://draculatheme.com/jetbrains 推荐这款颜色插件哈哈
|
24
Feedmo 79 天前
也打算试一下 continue ,这两天试了 JB 自带的 ai assistant 体验还是不佳
|
25
iintothewind 78 天前
grep console 还可以
|
27
aboat365 78 天前
IDEA 插件:feign-helper ,spring web 开发必备插件。功能:全局 URL 模糊搜索、一键 URL 复制、spring cloud feign 接口导航跳转。https://plugins.jetbrains.com/plugin/23146-feign-helper
|
29
stew5566 78 天前
vscode 有一个正则工具,按 F1 就可以出来,挺方便的,叫 any-rule ;
没钱用 copilot ,用的是 cody 的 ai 补全,偶尔抽风大部分时间还行。 |
32
DDDZZZFFF 78 天前
gopher 这个必须有😊
|
33
RYS 68 天前
@securityCoding 需要 10 刀一个月
|