home.social

#intellij — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #intellij, aggregated by home.social.

  1. While reading #Jarchive, i learned about java-language server, i thought for #java there is only eclipse.jdt.ls from #eclipse. Pretty cool there is another lsp server for java, will try it sometime. currently i use jdtls for java project sometimes but i mostly use #intellij.

    Note: #Jarchive works nicely with java-language-server mentioned in #jarchive readme file

    github.com/georgewfraser/java-

  2. While reading #Jarchive, i learned about java-language server, i thought for #java there is only eclipse.jdt.ls from #eclipse. Pretty cool there is another lsp server for java, will try it sometime. currently i use jdtls for java project sometimes but i mostly use #intellij.

    Note: #Jarchive works nicely with java-language-server mentioned in #jarchive readme file

    github.com/georgewfraser/java-

  3. While reading #Jarchive, i learned about java-language server, i thought for #java there is only eclipse.jdt.ls from #eclipse. Pretty cool there is another lsp server for java, will try it sometime. currently i use jdtls for java project sometimes but i mostly use #intellij.

    Note: #Jarchive works nicely with java-language-server mentioned in #jarchive readme file

    github.com/georgewfraser/java-

  4. While reading #Jarchive, i learned about java-language server, i thought for #java there is only eclipse.jdt.ls from #eclipse. Pretty cool there is another lsp server for java, will try it sometime. currently i use jdtls for java project sometimes but i mostly use #intellij.

    Note: #Jarchive works nicely with java-language-server mentioned in #jarchive readme file

    github.com/georgewfraser/java-

  5. While reading #Jarchive, i learned about java-language server, i thought for #java there is only eclipse.jdt.ls from #eclipse. Pretty cool there is another lsp server for java, will try it sometime. currently i use jdtls for java project sometimes but i mostly use #intellij.

    Note: #Jarchive works nicely with java-language-server mentioned in #jarchive readme file

    github.com/georgewfraser/java-

  6. So, #Intellij just autocreated an empty method for
    ticketReissueRepository.findByTicketPurchase_Order_IdOrderByReissueDateDesc(int) via guided autocomplete in this (not quite #SpringBoot) system and... I'm a little conflicted

    Obviously it Just Worked (and if it hadn't it would have failed immediately at runtime rather than lurking until called), and writing JPA was never something that got me up in the mornings, but... If this is The Pattern, there is a lot of code to refactor

    #java musings

  7. #JetBrains #IntelliJ Idea download sizes.

    Obviously it can not keep increasing at this rate, otherwise the file size of the next version will be infinite.

    I want a super fast 5Mb IDE.

    #bloat #Kotlin #Software

  8. #JetBrains #IntelliJ Idea download sizes.

    Obviously it can not keep increasing at this rate, otherwise the file size of the next version will be infinite.

    I want a super fast 5Mb IDE.

    #bloat #Kotlin #Software

  9. #JetBrains #IntelliJ Idea download sizes.

    Obviously it can not keep increasing at this rate, otherwise the file size of the next version will be infinite.

    I want a super fast 5Mb IDE.

    #bloat #Kotlin #Software

  10. #JetBrains #IntelliJ Idea download sizes.

    Obviously it can not keep increasing at this rate, otherwise the file size of the next version will be infinite.

    I want a super fast 5Mb IDE.

    #bloat #Kotlin #Software

  11. #JetBrains #IntelliJ Idea download sizes.

    Obviously it can not keep increasing at this rate, otherwise the file size of the next version will be infinite.

    I want a super fast 5Mb IDE.

    #bloat #Kotlin #Software

  12. Вайбдебаггинг — уже реальность? Мы дали ИИ-агенту отладчик и проверили

    В конце прошлого года Cursor выпустил Debug Mode — режим, в котором агент может собирать логи из рантайма, чтобы лучше понимать причины багов. Судя по реакции на Reddit , идею приняли с интересом. Но что, если пойти более прямым путём? Дать агенту «руки», чтобы он отлаживался так же, как это делает разработчик: ставил брейкпоинты, ходил по ним, выполнял evaluate expression? Этим вопросом недавно задались исследователи из Microsoft Research и сделали экспериментальный фреймворк Debug2Fix . Субагент, оснащённый инструментами для взаимодействия с отладчиком, разбирался с багами из датасетов GitBug-Java и SWE-Bench-Live на 20% лучше, чем обычный агент без таких инструментов. Если агент уже интегрирован с IDE, естественно дать ему доступ к полноценному дебаггеру, когда он так близко. Тем более что этим занимаются даже в Microsoft. Поэтому в недавнем релизе своего ассистента для IntelliJ мы добавили Debug Agent, позволяющий агенту взаимодействовать с дебаггером в среде разработки. Сегодня попробуем починить реальный баг с помощью агента с инструментами дебаггера в IDE и Cursor в Debug Mode и проверим, действительно ли ИИ нужен полный доступ к отладчику или достаточно и хорошего логгирования.

    habr.com/ru/companies/veai/art

    #отладка #ииагенты #cursor #veai #debug #intellij #искусственный_интеллект #дебаггер #ииассистент #вайбкодинг

  13. This is awesome! Apparently, Intellij added support for worktrees to their IDEs in the latest version. I suspect that the feature was done 100% with AI. How do I know? It doesn't work!

    It failed to create a worktree when asked, so I created it manually. It showed in the IDE worktrees window. I clicked and said open worktree and the IDE did absolutely nothing. I can manually open the worktree but then I lose all git functions in the IDE.

    I'm going to give a try with a different repo, but this is not a good look for a new feature.

    @intellij #IntelliJ #intellij_idea

  14. @kerfuffle

    Settings | Editor | General | Code Completion | Inline

    disabling may help, or any of the other few options ;-)

    #intellij

  15. #intellij #kotlin

    aha, drag and drop of 2 files will change the dialog to move files...

  16. #intellij #kotlin does not seem to be able to move complete files anymore. The refactor/move dialog wants to move declarations and not the full file. Not sure in which version that changed.

    Unfortunately it strips the file comment...

    I often move files from one package to another to give it a better home and I want to keep the file comment.

    In the documentation it is still called "Move File Dialog" jetbrains.com/help/idea/move-f

    Any idea how to move the complete file?

  17. I just realized that #Wayland is now default in JetBrains IntelliJ-based IDEs! No more having to remember to manually set it when I distro hop.

    blog.jetbrains.com/platform/20

    #JetBrains #IntelliJ #IDE #Linux

  18. ApproveJ 1.6.0 is here 🚀

    ✨ Inline Value Updates update approved value in your test source
    📸 Enhanced Visual Feedback with diff
    🤖 AI Assisted Reviews

    👉 approvej.org
    🔗 Full Changelog: lnkd.in/eyTtdR_3

    #ApproveJ #Java #SoftwareTesting #OpenSource #VisualTesting #IntelliJ #DX #CleanCode

  19. ApproveJ 1.6.0 is here 🚀

    ✨ Inline Value Updates update approved value in your test source
    📸 Enhanced Visual Feedback with diff
    🤖 AI Assisted Reviews

    👉 approvej.org
    🔗 Full Changelog: lnkd.in/eyTtdR_3

  20. ApproveJ 1.6.0 is here 🚀

    ✨ Inline Value Updates update approved value in your test source
    📸 Enhanced Visual Feedback with diff
    🤖 AI Assisted Reviews

    👉 approvej.org
    🔗 Full Changelog: lnkd.in/eyTtdR_3

    #ApproveJ #Java #SoftwareTesting #OpenSource #VisualTesting #IntelliJ #DX #CleanCode

  21. ApproveJ 1.6.0 is here 🚀

    ✨ Inline Value Updates update approved value in your test source
    📸 Enhanced Visual Feedback with diff
    🤖 AI Assisted Reviews

    👉 approvej.org
    🔗 Full Changelog: lnkd.in/eyTtdR_3

    #ApproveJ #Java #SoftwareTesting #OpenSource #VisualTesting #IntelliJ #DX #CleanCode

  22. ApproveJ 1.6.0 is here 🚀

    ✨ Inline Value Updates update approved value in your test source
    📸 Enhanced Visual Feedback with diff
    🤖 AI Assisted Reviews

    👉 approvej.org
    🔗 Full Changelog: lnkd.in/eyTtdR_3

    #ApproveJ #Java #SoftwareTesting #OpenSource #VisualTesting #IntelliJ #DX #CleanCode

  23. #IntelliJ and the Kotlin Multiplatform plugin have come a long way recently. I’m able to edit, run, and debug our #Swift #iOS app. Code navigation works pretty well. And my fingers still remember most of the keyboard shortcuts. Feels like #AppCode is rising from the dead.

    plugins.jetbrains.com/plugin/1

  24. After reading this Lettermatic blog post, lettermatic.com/custom/monaspa, on #Monaspace I now want to be able to use different fonts for code elements in #IntelliJ. I use Argon as my code font but would love if comments were in Radon and I might even go wild and use Krypton for keywords.

  25. After much thought and about elven years I've decided to stop maintaining my IntelliJ IDEA Ubuntu packages. Read more at mmk2410.org/2026/03/28/future-.

  26. PSA (Project Specific Autocomplete) — плагин для продуктов IntelliJ

    PSA (Project Specific Autocomplete) — плагин для продуктов IntelliJ Хочу представить Вашему вниманию плагин для продуктов IntelliJ, который позволяет создавать: Автокомплит на основе кода Вашего проекта Переходы к определению элемента синтаксического дерева (на основе кода Вашего проекта) Шаблоны кода, состоящие из одного файла (на основе кода Вашего проекта) Шаблоны кода. состоящие из нескольких файлов (на основе кода Вашего проекта)// Ссылка на репорзиторий здесь . Для подробностей, прошу под кат.

    habr.com/ru/articles/1015036/

    #intellij #ide #autocomplete

  27. When a JetBrains IDE says my YAML front matter in a Markdown file has a schema validation error, what schema is it validating against? Can I change the schema?

    #JetBrains #PhpStorm #IntelliJ

  28. Wenn du gerade erst in die Softwareentwicklung startest, fühlt sich vieles wahrscheinlich an wie der Versuch, aus einem Feuerwehrschlauch zu trinken. Da ist diese riesige Menge an Technologien, Tools und Konzepten, die alle gleichzeitig auf dich einprasseln. Gestern hast du noch versucht, die Synta

    magicmarcy.de/keine-panik-vor-

    #Code #IntelliJ #Angst #Debugger #Softwareentwicklung #Entwickler #Stacktrace #Programming #Java

  29. Wenn du gerade erst in die Softwareentwicklung startest, fühlt sich vieles wahrscheinlich an wie der Versuch, aus einem Feuerwehrschlauch zu trinken. Da ist diese riesige Menge an Technologien, Tools und Konzepten, die alle gleichzeitig auf dich einprasseln. Gestern hast du noch versucht, die Synta

    magicmarcy.de/keine-panik-vor-

    #Code #IntelliJ #Angst #Debugger #Softwareentwicklung #Entwickler #Stacktrace #Programming #Java

  30. Wenn du gerade erst in die Softwareentwicklung startest, fühlt sich vieles wahrscheinlich an wie der Versuch, aus einem Feuerwehrschlauch zu trinken. Da ist diese riesige Menge an Technologien, Tools und Konzepten, die alle gleichzeitig auf dich einprasseln. Gestern hast du noch versucht, die Synta

    magicmarcy.de/keine-panik-vor-

    #Code #IntelliJ #Angst #Debugger #Softwareentwicklung #Entwickler #Stacktrace #Programming #Java

  31. Who are using #devstral-small-2 with #Cline plugin on #intellij ? Do you think that they are the perfect combination to replace #Junie ?

    #java

  32. #VSCode deactivates #IntelliCode in favor of the paid #Copilot
    heise.de/en/news/VS-Code-deact

    How many hyped #IDEs must a programmer walk down before they stick with #Emacs (or even #vim)?

    Instead, they will migrate to the next hype tool for the upcoming few months/years ...

    🤷

    #IntelliJ #IDEA #Eclipse #JetBrains #VisualStudio #VS #XCode #NetBeans #Atom #JDeveloper

  33. #VSCode deactivates #IntelliCode in favor of the paid #Copilot
    heise.de/en/news/VS-Code-deact

    How many hyped #IDEs must a programmer walk down before they stick with #Emacs (or even #vim)?

    Instead, they will migrate to the next hype tool for the upcoming few months/years ...

    🤷

    #IntelliJ #IDEA #Eclipse #JetBrains #VisualStudio #VS #XCode #NetBeans #Atom #JDeveloper

  34. #VSCode deactivates #IntelliCode in favor of the paid #Copilot
    heise.de/en/news/VS-Code-deact

    How many hyped #IDEs must a programmer walk down before they stick with #Emacs (or even #vim)?

    Instead, they will migrate to the next hype tool for the upcoming few months/years ...

    🤷

    #IntelliJ #IDEA #Eclipse #JetBrains #VisualStudio #VS #XCode #NetBeans #Atom #JDeveloper

  35. #VSCode deactivates #IntelliCode in favor of the paid #Copilot
    heise.de/en/news/VS-Code-deact

    How many hyped #IDEs must a programmer walk down before they stick with #Emacs (or even #vim)?

    Instead, they will migrate to the next hype tool for the upcoming few months/years ...

    🤷

    #IntelliJ #IDEA #Eclipse #JetBrains #VisualStudio #VS #XCode #NetBeans #Atom #JDeveloper

  36. 統合開発環境「IntelliJ IDEA 2025.3」が公開 ~無償版と有償版が1つのインストーラーに/「Java 25」「Spring Boot 4」などに対応、生産性機能とAI機能も強化
    forest.watch.impress.co.jp/doc

    #forest_watch_impress #Java #IntelliJ_IDEA #Groovy #IntelliJ #Kotlin #Scala #プログラミング #Windows #Mac #Linux

  37. OpenIDE 2025.2: поддержка Java 25, Virtual Thread Debugging и обновления UI

    Вышла OpenIDE 2025.2 — первая российская IDE с поддержкой Java 25. Мы идём в ногу с платформой и остаёмся на самом острие технологий. Но не только этим релиз интересен: в нём появилась улучшенная отладка виртуальных потоков, обновления связанные с UI, а ещё пара важных обновлений экосистемы. Поехали по порядку.

    habr.com/ru/companies/haulmont

    #java #java_25 #ide #openide #kotlin #intellij