Being rather frustrated with programming Clojure in IntelliJ, (mainly because Cursive and IdeaVim don't like each other) I tried to set up Neovim with the Conjure plugin and it 's an absolute blast to use the REPL with it.
Also I discovered that there is a Lisp on top of Lua called Fennel, which I'm looking forward to play with
SLT: a #jetbrains / #intellij #lisp plugin, implemented via #slime / swank.
https://github.com/Enerccio/SLT
Latest: upgraded for latest Jetbrains IO.
https://github.com/Enerccio/SLT/releases/tag/v0.5.4
Other possible editors: https://lispcookbook.github.io/cl-cookbook/editor-support.html
Demystifying Spring Boot With Spring Debugger | The IntelliJ IDEA Blog https://share.google/FXY4bGGweJq5wKJkn
#intellij #spring #java
Hab mich die ganze Zeit gefragt, wieso der Shortcut für Reformat Code in #Intellij nicht mehr funktioniert.
Stellt sich raus: auf dem neuen Notebook läuft so eine #AMD Software, die hat default globale Shortcuts aktiv. Die spinnen doch.
#Webex hat sowas übrigens auch, aber das sind wir zum Glück los.
IntelliJ IDEA 2025.1.3 is out with a number of useful fixes.
#ide #intellij #intellijidea #java #jetbrains #kotlin
https://blog.jetbrains.com/idea/2025/06/intellij-idea-2025-1-3/
IntelliJ IDEA 2025.1.3 Is Out!
K2 Mode Takes Off: High Adoption, Fewer Bugs, and Major Improvements in 2025.1
Developer survey with a chance to win a mac book pro, or apple phone or pixel pro phone. You don't have to be a developer to participate.
https://surveys.jetbrains.com/s3/developer-ecosystem-survey-2025-sh?pcode=846688905912779988
Hey, @jetbrains your #PyCharm #IDE is not only still broken but breaks on a daily basis, requirng me to always run:
rm $HOME/.config/JetBrains/PyCharmCE2025.1/options/gitlab.xml && rm $HOME/.config/JetBrains/PyCharmCE2025.1/options/github.xml
to be able to get anything done!
Dein #WebInspector in #phpStorm (oder einer anderen #IntelliJ #IDE) startet nicht?
Hier ist die Lösung:
https://www.codemercenary.de/2025/06/webinspector-in-phpstorm-startet-nicht.html
As much of big fan of #IntelliJ I am, as much do I hate working with #Rider. It just not a consistent experience if know all the bits and pieces of IntelliJ, Rider works slightly but annoyingly differently and it very often hangs and crashes. The might happen due to plugins, but I never had this bad experience with IntelliJ with a ton of plugins.
An no, I will not use VS or VScode for reasons.
Please @jetbrains , put some love in @rider .
latest #AndroidStudio "hotswap" feature is really annoying. Even when disabled, I still get this popup in my editor (also when writing comment)
#android #intellij #google
IntelliJ IDEA Conf 2025. Day 1
IntelliJ IDEA 2025.1.2 Is Out!
#ide #intellij #intellijidea #java #jetbrains #kotlin
https://blog.jetbrains.com/idea/2025/06/intellij-idea-2025-1-2/
#IntelliJ runs a process for copy/paste. This process has a habit of failing when running in remote mode. So even though I can highlight the code I want to copy, I cannot copy it to the clipboard. Only fix is to restart the IDE. Or pull up #vscode on the same project.
It's frustrating when the core of the product is editing text and that's the part that breaks.