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

JetBrains

71 readers
34 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 8 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/

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 3 weeks 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!

[–] [email protected] 3 points 3 weeks 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.

[–] [email protected] 1 points 3 weeks 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!