#intellij — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #intellij, aggregated by home.social.
-
The steps to get started with debugging Gradle in Android Studio / Intellij are really quite simple. You don't always need to println debug.
-
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 -
IntelliJ IDEA Goes LSP: Java and Kotlin Intelligence Comes to VS Code, Cursor, and Agentic Flows
#code #editor #ide #intellij #intellijidea #java #jetbrains #kotlin #lsp #vscode
https://blog.jetbrains.com/idea/2026/08/intellij-idea-goes-lsp/
-
I wrote a post about what happens when you press the elephant button in Android Studio.
https://www.liutikas.net/2026/08/03/What-Are-You-Syncing-About.html
-
Вы не напишете спецификацию с первого раза, даже с помощью Fable
В блоге Anthropic вышла статья Thariq Shihipar, в которой он рассказывает, как агент помогает находить ему Неизвестные Неизвестные ( Unknown Unknowns ). Я думаю, что мысли из статьи также очень важны для Spec Driven Development, и хорошо объясняют, почему спецификация это живой документ, и получение финального документа возможно только после того, как код уже написан, (ну или во всяком случае, одновременно с этим моментом). Если вы считаете, что Spec Driven Development — это будущее AI‑assisted разработки (намеренно не говорю вайбкодинг), прошу под кат.
https://habr.com/ru/articles/1064030/
#intellij #spec_driven_development #claude_code #open_code #codex #skills
-
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. 🥴
-
JetBrains IDE Plugin Generator – The New Beginning
#ide #intellij #intellijidea #java #jetbrains #kotlin
https://blog.jetbrains.com/platform/2026/07/ide-plugin-generator-the-new-beginning/
-
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 IDEA 2026.2
Несмотря на то, что IntelliJ IDEA уже несколько лет официально недоступна в России, она по-прежнему остаётся одной из самых популярных IDE среди разработчиков. На днях вышла свежая версия 2026.2. В релиз вошли новые инструменты для работы с ИИ-агентами, изменения в отладчике и автоматизация ряда повседневных операций. Также появилась поддержка Java 27, Kotlin 2.4, TypeScript 7, будущего Gradle 10 и обновления для Spring, Terraform и Docker Compose. В статье пройдемся по основным изменениям.
https://habr.com/ru/companies/spring_aio/articles/1061042/
#java #kotlin #ide #intellij #idea #intellij_idea #intellijidea #jetbrains
-
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 -
What’s fixed in IntelliJ IDEA 2026.2
#ide #intellij #intellijidea #java #jetbrains #kotlin
https://blog.jetbrains.com/idea/2026/07/whats-fixed-intellij-idea-2026-2/
-
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
https://www.jetbrains.com/help/idea/structural-search-and-replace.html
-
The video I did together with @maritvandijk about JSpecify, Spring, NullAway and IntelliJ is out! I had a lot of fun recording that :)
-
Your JetBrains IDE Expertise, Now on LinkedIn
#ide #intellij #intellijidea #java #jetbrains #kotlin #linkedin
https://blog.jetbrains.com/blog/2026/06/17/your-jetbrains-ide-expertise-now-on-linkedin/
-
JetBrains Marketplace Ecosystem Security Update: Addressing Malicious Third-Party AI Plugins
#ai #ide #intellij #intellijidea #java #jetbrains #kotlin #marketplace #plugins
-
#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.
-
Is Junie just another coding assistant?
We're going beyond autocomplete and building a JavaFX MIDI visualizer live.
Join @antonarhipov and me.