@intellijidea@QuarkusIO In this demo, you can also see in action LSP Qute semantic tokens which colorize user tag in blue, core tags in orange and slot insert in green. If you need this feature please install https://t.co/96aO0Rearj
Qute include/insert tag is powerfull but it can be hard to understand links between include and insert tag in a big project. Quarkus Tools for IntelliJ provides "Include By" codelens to help you to navigate @intellijidea@QuarkusIO https://t.co/UAm0gOvsQr
Quarkus Tools for IntelliJ 0.25.0 has been released https://t.co/nfmPMDVNra! A lot of performance and Qute features improvement and support for Quarkus Roq, Renarde, Web Bundler Here a demo with Quarkus Roq and yaml frontmatter @intellijidea@QuarkusIO
Quarkus 3.29 (which has been released) provides now a Qute debugger to debug your Qute template with breakpoints https://t.co/1i64kfM8Dz If you are interested I will do a demo this Monday on Quarkus Insight https://t.co/h3fERlnCnY @QuarkusIO@QuarkusDev@code@intellijidea
If you need to debug @rustlang Application in @intellijidea you can do that with LSP4IJ which provides DAP support and CodeLLDB https://t.co/KiDdGy8VmZ You will have also Disassembly support
LSP4IJ provides a new DAP server template to debug Docker files https://t.co/xr2U1rKbrB @intellijidea@Docker If you want to test it for now please install https://t.co/031iZM6vRk
In my spare time, I am trying to implement DAP debugger Disassembly in LSP4IJ https://t.co/1LotoX18xH If you need this feature please vote at https://t.co/s7xmpYMDjm @intellijidea Here current status:
We've learned how to use our LSP server with IntelliJ: via LSP4IJ open source bridge. Apparently IntelliJ doesn't work with LSP servers directly. https://t.co/EArLwJiH24
If you are using IntelliJ Quarkus with @intellijidea 2025.2, the Quarkus run configuration to run/debug Quarkus app is broken. You need for the moment to follow this config https://t.co/LO3KDLp2RN Jetbrains is working on this issue https://t.co/M5kqLEXxsX @QuarkusDev
@Krever01@yawaramin I suggest that you try to register ocaml language server with just settings with https://t.co/Po0D5MFl1Q the only hard part is to configure the start command of the ls.
@dbrrtrr Lean4IJ is also decent with a clean architecture, despite not from Jetbrains.
I would very much prefer my next plugin to latch on it. Given that it's underlying representation is shared between Scala & Lean (LSP4IJ), it may only take a few prompts for an AI translation
Contributing to @QuarkusIO with my POC Qute debugger based on DAP to debug with breakpoints Qute template in Java Main/ Quarkus app with any DAP client like vscode, IntelliJ (LSP4IJ), Eclipse IDE, etc @QuarkusDev@intellijidea@code
Installing and configuring LSP/DAP server can be boring. LSP4IJ 0.14.0 a free LSP/DAP support for @intellijidea will provide the capability to declare with JSON how to install,configure language server. In one click you can benefit from a language server. Here a demo with Rust
@liancheng Glad lsp4ij works with your language server. I have started to write https://t.co/fQ0qca3GQO to expain how to contribute with user defined language server. Perhaps it could be a good idea that you register your language server in lsp4ij ?
@maxandersen But it is possible to register your LSP/DAP server in an IJ plugin with LSP4IJ extension point (preferred mean) https://t.co/6tAMIWxfET IJ Quarkus uses this extension point and there are more and more plugins based on LSP4IJ https://t.co/DidS7Y5Z0H
@maxandersen LSP4IJ provides the capability to register any language server with settings https://t.co/rVu6Ss5oUr which is helpful if you have no skills to develop an IJ plugin. It provides LSP/DAP templates to configure in one click server. Here JSON files for Rust https://t.co/13Hz33QYYz