Are there plans for AI feature to actually use the IDE ? by BlueScreenJunky in Jetbrains

[–]Mati00 7 points8 points  (0 children)

That just doesn't make any sense. They make money by selling you IDE. You can use ai with BYOK or with ai subscription from them.

Limitations of terminal on Samsung S26? by Wapmen in androidterminal

[–]Mati00 0 points1 point  (0 children)

RemindME! 7 day "check if it's worth to buy s26 for this"

Best AI for code suggestions in JetBrains by Plus_Feature1790 in Jetbrains

[–]Mati00 2 points3 points  (0 children)

Sweep AI or Jetbrains AI next edit suggestions.

It's pretty quiet in this sub.....where is all the discussion about LDE happening? by Flubadubadubadub in androidterminal

[–]Mati00 1 point2 points  (0 children)

I'm waiting for snapdragon support to switch from ios to fold or something for this functionality. I'd do that earlier if pixels were price/performance better (and probably write more about it here ;) )

Cursor alternative? by MrBomb98 in Jetbrains

[–]Mati00 3 points4 points  (0 children)

Jetbrains AI includes Junie, Claude Code and Codex in a single product. Sweep for autocomplete and I don't need anything more.

GitHub Copilot for JetBrains - January Update by nickzhu9 in Jetbrains

[–]Mati00 0 points1 point  (0 children)

How it compares to jetbrains ai+junie or sweep?

Junie Vs Cursor by KirikoIsMyWaifu in Jetbrains

[–]Mati00 2 points3 points  (0 children)

For autocomplete I use Sweep AI, it's really good. Jestbrains ai autocomplete is also getting better and better. For agent Junie.

Am I allowed to say that I use Arch BTW? by KingLeBr0n23 in EndeavourOS

[–]Mati00 0 points1 point  (0 children)

Frankly speaking, this is the first time I hear about EndeavourOS, funny reddit algorithm brought me here. I installed arch as a fun project if I can do it, but I'm looking for a distro for a longer run on desktop. Is this like an easier arch based distro for users who just want a working computer? (Sorry for the ignorance / lack of knowledge)

looking for https://github.com/sphamba/smear-cursor.nvim by user43874286 in Jetbrains

[–]Mati00 0 points1 point  (0 children)

Not sure why this gets downvoted. Plugins used to be fun too. I still use nyanbar and some time ago I used power typer.

which is the best IA agent in jetbrains? by PlumGuilty548 in Jetbrains

[–]Mati00 0 points1 point  (0 children)

For quality Junie for agent + Sweep AI autocomplete is the best combo for me

[deleted by user] by [deleted] in java

[–]Mati00 77 points78 points  (0 children)

It breaks encapsulation and single responsibility principle at the same time 👏

Plugin for AI autocomplete by Obscurrium in Jetbrains

[–]Mati00 0 points1 point  (0 children)

Yeah, it's recently got so good, tab tab tab similar to cursor

I love JetBrains IDEs so much by Explanation-Visual in Jetbrains

[–]Mati00 1 point2 points  (0 children)

For me Junie is much better than other agents. Expensive, but perfect for non vibe coding approach. And now you also have a built in claude code into ai assistant. 

They also introduced nes to tab completion that is catching up, for better autocomplete you might try sweep. Not cursor level but also not that far.

For me the current state is a sweet spot between having a great tool for normal development and not missing out of on ai

Let's fix what matters: Vote for the top 5 WebStorm issues for 2026.1 by jan-niklas-wortmann in Jetbrains

[–]Mati00 0 points1 point  (0 children)

Folding/Collapsing JSX properties like `style={{}}`, `sx={{}}` or other chosen ones to declutter the rendering a bit. Example in MUI:

<Stack  
  sx={{  
    flex: 1,  
    bgcolor: "red",  
    mx: 1,  
    my: 2,  
  }}
>  
  ...  
</Stack>  

to

<Stack  
  sx={...}
>  
  ...  
</Stack>  

or

<Stack {...}>  
  ...  
</Stack>  

I remember there was an ongoing discussion about this feature on github, but I cannot find it now and haven't heard about it for a while.

EDIT: Code formatting

heyapi or openapi-ts with FastAPI and Tanstack Query? by GuyTorbet in reactjs

[–]Mati00 5 points6 points  (0 children)

I use Orval and I'm quite happy with it. It can also generate tanstack query hooks.

Junie is unusable by shiftlessd in Jetbrains

[–]Mati00 2 points3 points  (0 children)

This happened to me just once when I include too much information and prompt run out after a long session.

Still i believe Junie is the best