this post was submitted on 17 Sep 2024
15 points (94.1% liked)

JetBrains

71 readers
1 users here now

A community for discussion and news relating to JetBrains and its products! https://www.jetbrains.com/

Related Communities

Copyright © 2000-2024 JetBrains s.r.o. JetBrains and the JetBrains logo are registered trademarks of JetBrains s.r.o.

founded 7 months ago
MODERATORS
 

Not a fan of the #AI hype at all, but @jetbrains #RustRover new full line code completion feature is impressive

https://blog.jetbrains.com/blog/2024/04/04/full-line-code-completion-in-jetbrains-ides-all-you-need-to-know/

top 4 comments
sorted by: hot top controversial new old
[–] ljrk@todon.eu 4 points 2 days ago (2 children)

@raptor @jetbrains
You have to give it to JetBrains that they have a good track record of utilizing some technology in exactly the right way to be useful and not really get in the way. Writing prompts for an AI chatbot to generate code is BS (kills creativity, creates bad and unmaintainable code that's possibly even encumbered by licenses). But simply assisting you with completing the line you already have in your head mostly anyway...? Sure!

[–] GetOffMyLan@programming.dev 3 points 1 day ago

I feel people who complain about LLMs really don't use them correctly.

I use them a lot at work. But generally as a learning tool or interactive docs rather than a code generator.

I've found them to be incredibly useful.

[–] abrahambelch@programming.dev 1 points 1 day ago

That's what I wanted to say as well! Most AI stuff in software development is bullshit, but full line completion is actually so useful!

It was pretty cool when I tried it on my personal machine. Only annoyance was that it would sometimes generate something I knew was wrong, but my auto-complete muscle memory would use it anyways.

My work machine is pretty underpowered though, so I get suggestions probably less than 1 in 100 times.