home.social

#intellij — Public Fediverse posts

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

fetched live
  1. The steps to get started with debugging Gradle in Android Studio / Intellij are really quite simple. You don't always need to println debug.

    #gradle #intellij #android

  2. So funny that y’all are talking about #Eclipse again. Hasn’t everybody moved on to #IntelliJ by now?

  3. Genervt von IntelliJ unter Ubuntu - die Freezes sind so hart das ich sie in den Knochen spüre.
    Bisherige Fixes die ich teste:
    - Dark Theme, auf keinen Fall Dark Islands Theme
    - VM Options im Help Menu hinzugefügt:
    '-Dsun.java2d.metal=false '
    - Rechsklick im Title Bar des Project, "Show Project Gradient" abwählen

    Ich hoffe mal das beste, das ist ultranervig.
    #intellij #ide #java #linux

  4. Вы не напишете спецификацию с первого раза, даже с помощью Fable

    В блоге Anthropic вышла статья Thariq Shihipar, в которой он рассказывает, как агент помогает находить ему Неизвестные Неизвестные ( Unknown Unknowns ). Я думаю, что мысли из статьи также очень важны для Spec Driven Development, и хорошо объясняют, почему спецификация это живой документ, и получение финального документа возможно только после того, как код уже написан, (ну или во всяком случае, одновременно с этим моментом). Если вы считаете, что Spec Driven Development — это будущее AI‑assisted разработки (намеренно не говорю вайбкодинг), прошу под кат.

    habr.com/ru/articles/1064030/

    #intellij #spec_driven_development #claude_code #open_code #codex #skills

  5. OMG, #IntelliJ can't handle it when a file has the same name as its parent folder and you drag'n'drop the file one level up. Normally, IntelliJ's refactor feature would check for cross-references in your project and then move the file, but in this situation, the “Refactor” button just does nothing. 🥴

  6. Absolute shitthis UI in Intellij 2026 is. Too much Visual Code lookalike.

    In 2025 I could switch to the classic UI easily, but now I need to find the same for 2026.

    #intellij #jetbrains

  7. [Перевод] Что нового в IntelliJ IDEA 2026.2

    Несмотря на то, что IntelliJ IDEA уже несколько лет официально недоступна в России, она по-прежнему остаётся одной из самых популярных IDE среди разработчиков. На днях вышла свежая версия 2026.2. В релиз вошли новые инструменты для работы с ИИ-агентами, изменения в отладчике и автоматизация ряда повседневных операций. Также появилась поддержка Java 27, Kotlin 2.4, TypeScript 7, будущего Gradle 10 и обновления для Spring, Terraform и Docker Compose. В статье пройдемся по основным изменениям.

    habr.com/ru/companies/spring_a

    #java #kotlin #ide #intellij #idea #intellij_idea #intellijidea #jetbrains

  8. Switching from Eclipse to IntelliJ IDEA Community for my Java projects
    ➡️ smoother UX, sharp code completion, and it's free & open source...

    👇 Team full IDE, minimalist editor or "give me just a terminal" (Vim) ?

    🐾

    #python #vim #productivity
    #JavaDev #FOSS #DevCommunity #intellij #IDE

  9. Once again I remind myself I should use my IDE more effectively. "Structural search" is a really powerful feature that helped me find all the wrongly used instances of `java.io.InputStream.toString()` in the codebase. Fortunately, there was only one.

    #java #ide #intellij #programming

    jetbrains.com/help/idea/struct

  10. The video I did together with @maritvandijk about JSpecify, Spring, NullAway and IntelliJ is out! I had a lot of fun recording that :)

    youtube.com/watch?v=tpz-FSs6oO4

  11. #IntelliJ automated #Java Math.clamp refactoring is great unless the expression can result in max < min. This happens to me with bounding box calculations where initialization is to Float.INFINITY and Float.NEGATIVE_INFINITY and reduce by iteration. If the set of items in the iteration is empty the Math.clamp throws an exception where Math.min/max do not. I'm not complaining, just be safe out there kids.

  12. Is Junie just another coding assistant?

    We're going beyond autocomplete and building a JavaFX MIDI visualizer live.

    Join @antonarhipov and me.

    📺 youtube.com/live/LekXCf-FJ00?f

    #Java #AI #IntelliJ