V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
• 请不要在回答技术问题时复制粘贴 AI 生成的内容
pinggaimuir384
V2EX  ›  程序员

大家公司写 Java /go 都用什么 IDE, 还用 IDEA 还是用 cursor 之类的?

  •  
  •   pinggaimuir384 · 2 天前 · 2889 次点击

    大家公司写 java/go 都用什么 IDE, 还用 IDEA 还是用 cursor 之类的? 很好奇都在用什么, 习惯使用 IDEA 开发 java 换成 cursor 、trae 之类的感觉很不舒服啊

    33 条回复    2025-10-19 17:45:36 +08:00
    notommorrow
        1
    notommorrow  
       2 天前   ❤️ 1
    IDEA + Augment Code. 目前为止最完美的解决方案
    shadiaobao
        2
    shadiaobao  
       2 天前   ❤️ 1
    最近安装了 cusor 、trae 、lingma ,反正有点不习惯,都是基于 vs code 魔改的 ide ,可能使用 jetbrains 的 idea 时间久了
    dawson186
        3
    dawson186  
       2 天前   ❤️ 1
    IDEA + Claude plugin + GLM4.6
    kfpenn
        4
    kfpenn  
       2 天前
    Goland + windsurf
    twofox
        5
    twofox  
       2 天前   ❤️ 1
    双开,Idea + Cursor
    potatocoderx
        6
    potatocoderx  
       2 天前
    java 就 idea go 就类 vscode 编辑器
    pweng286
        7
    pweng286  
       2 天前   ❤️ 1
    开俩 ide.
    ruolis
        8
    ruolis  
       2 天前
    写代码 vscode ,看 git 之类的 goland ,哪个好用用哪个
    itnoob
        9
    itnoob  
       2 天前
    @dawson186 这个插件是不是 beta 的

    https://imgur.com/a/jBwJszb
    Norths
        10
    Norths  
       2 天前   ❤️ 1
    基于 vscode 的编辑器写 go 还是差点意思,只能 Goland + cursor/windsurf 双开,之前主要用 windsurf 是因为他同时在 Goland 有插件,一些简单的补全可以用它,但是没有编辑预测(按 Tab 不能修改、删除、跳到其他行)。不过最近尝试了一下 TRAE 的 Goland 插件,发现这是我目前用过的在 Goland 中编辑预测做得最好的了(比 Github Copilot 、windsur 都好),补全也完全够用,大的修改就跳到 cursor 去。

    另外推荐一个 Goland 插件,可以快速在 cursor 、windsurf 之类的打开当前 Goland 打开的文件

    https://plugins.jetbrains.com/plugin/26824-editorjumper
    tanxnative
        11
    tanxnative  
       2 天前
    有远程 ssh 开发的吗? 有推荐的方式没?
    dq19871123
        12
    dq19871123  
       2 天前
    Eclipse 遗老路过
    liaohongxing
        13
    liaohongxing  
       2 天前
    我用的 vscode + 官方维护的 go 插件
    kxg3030
        14
    kxg3030  
       2 天前
    trae + jetbrains,trae 做代码生成 jet 做手动修改或细节处理,魔改的 vscode 的编辑器都不是很智能,库没引入它都不知道,难
    leoliangkkkk
        15
    leoliangkkkk  
       2 天前
    goland + copilot/augment 插件二选一
    berchtesgaden
        16
    berchtesgaden  
       2 天前
    idea 或 vscode 手写。国企电脑访问互联网都是白名单,AI 什么的不要想
    Hyxiao
        17
    Hyxiao  
       2 天前
    双开就行了,idea 跑,vscode/cursor 用 ai 写,但是记得要把 java support 插件关掉,不然会一直编译
    salparadise
        18
    salparadise  
       2 天前
    goland + trae 插件 +Tabenine 插件
    COOOOOOde
        19
    COOOOOOde  
       2 天前   ❤️ 1
    idea 里面控制台运行 claude code , 手写代码不多 补全用的通义灵码
    namenone
        20
    namenone  
       2 天前
    双开,Idea + Cursor
    GaryBI1STP
        21
    GaryBI1STP  
       2 天前
    同双开,idea + cursor
    midsolo
        22
    midsolo  
       2 天前
    @COOOOOOde +1 ,IDEA 中安装 Claude Code 插件跟通义灵码插件,手写的代码量在 20% 左右
    FlyingYu
        23
    FlyingYu  
       2 天前   ❤️ 1
    公司不让用任何 AIIDE ,说是有安全风险.然后说让我们拥抱 AI ,掏钱买了 DeepSeek 的 api 自己搭建了一个巨卡巨卡的网页🥶
    houshuu
        24
    houshuu  
       2 天前   ❤️ 1
    Java 依旧 IDEA 搭配 GitHub Copilot Chat, Cline 之类的。
    Go 的话只有 debug 时候开下 Goland 了,基本就 VSCode 解决。
    pangdundun996
        25
    pangdundun996  
       2 天前
    Java:Eclipse
    Go:vscode
    msg7086
        26
    msg7086  
       2 天前
    我们上面的规定是 Intellij 社区版,配 Cline 。
    Gilfoyle26
        27
    Gilfoyle26  
       2 天前   ❤️ 1
    现在这个时代真是好多了,要是隔以前绝对有人回 vim
    exploretheworld
        28
    exploretheworld  
       1 天前
    IDEA + EditorJumper + cursor
    EricYuan1
        29
    EricYuan1  
       1 天前
    go 以前用 vscode ,现在 zed
    itcaleb
        30
    itcaleb  
       1 天前
    Idea + cursor
    gongym
        31
    gongym  
       1 天前
    已经基本放弃 cursor 还有 trea 等编辑器了,jetbrains+codex 已经是当前最完美的方案了
    woldfoll
        32
    woldfoll  
       1 天前 via iPhone
    纯 Cursor ,IDEA 很久没打开过了
    gowk
        33
    gowk  
       5 小时 33 分钟前 via iPhone
    @FlyingYu 纯出生公司
    关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   2491 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 15:19 · PVG 23:19 · LAX 08:19 · JFK 11:19
    ♥ Do have faith in what you're doing.