A bit conflicted about this, 'cause I'm not a big fan of #aiassisted coding...

A bit conflicted about this, 'cause I'm not a big fan of #aiassisted coding...

Anyways, the new "Review Solution with AI" action in @jetbrains #RustRover is pretty slick! It's very convenient to have a quick way to check if my #Rust code is idiomatic or could be otherwise improved.

https://www.jetbrains.com/rust/whatsnew/

0 points · 4 comments · view on lemmy.world

4 Comments

CameronDev@programming.dev · 3 pts · 266d (3 replies)

Arguably clippy already does this, without requiring AI.

raptor@infosec.exchange · 2 pts · 266d (2 replies)

@CameronDev I use clippy a lot with pedantic and nursery lints. This is completely different.

CameronDev@programming.dev · 1 pts · 266d (1 reply)

The description was going on about following rust best practices, so I thought it was basically clippy.

Had a little play, it is a more general refactoring tool it seems.

Bad description from Jetbrains undersells it.

raptor@infosec.exchange · 2 pts · 266d

@CameronDev fair point 👍