JetBrains Launches RustRover IDE
Written by Kay Ewbank   
Wednesday, 13 September 2023

JetBrains has launched a new IDE for Rust developers. The company describes RustRover  as combining advanced coding support with an integrated toolchain.

JetBrains says RustRover simplifies the Rust coding experience, with features including real-time feedback, intelligent code suggestions, simplified toolchain management, and team collaboration. The previous JetBrains product for Rust developers was IntelliJ Rust, an open-source Rust plugin for IntelliJ-based IDEs.

rustrover

The IDE is designed to work without the need for user configuration or for additional plugins so developers can start coding straight away. RustRover's features include on-the-fly analysis of code, so developers get rapid error detection and real-time feedback. The IDE also has permissive completion and parsing, which JetBrains describes as meaning programmers get smart code suggestions even in unconventional contexts.

Rust Rover

RustRover also has code insight, encompassing auto-completion, intention actions, type inference, and other techniques related to code analysis so developers can better understand the code and its structure and access code examples for enhanced development. RustRover will complete relevant names everywhere in your code, adding details such as missing fields, imports, or trait methods, and generating typical constructs with live templates.

While you type, RustRover applies a set of inspections to your code and suggests quick-fixes to resolve any problems automatically. RustRover offers many refactorings that work across the whole codebase.

Unit testing is integrated into the IDE so developers can carry out testing, rerun failed tests, and resolve errors. RustRover fully integrates with Cargo so your call call Cargo commands from within the IDE. It also provides code insight to help you edit TOML files.

Toolchain support includes a Rust compiler and other tools for coding, and there's Full VCS integration with built-in GitHub and Git support.

JetBrains says RustRover will be free to use during the EAP period, after which it will be offered under a commercial plan, either as a standalone commercial IDE or as part of the All Products Pack. The plan is to to release RustRover before September 2024.

 rustrover

More Information

JetBrains RustRover Website

Related Articles

IntelliJ Updates UI

IntelliJ IDEA 2022.1 Adds Dependency Analyzer

IntelliJ IDEA Adds Project-Wide Analysis

JetBrains Updates Datalore For Enterprise

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


JetBrains Updates IDEs With AI Code Completion
04/04/2024

JetBrains has launched the first set of updates for 2024 of its JetBrains IDEs. The new versions include full-line code autocompletion powered by locally run AI models.



Deno Improves JSR Support
08/04/2024

Deno has been updated to improve JSR support, and to build on the Temporal API introduced in version 1.4.  Deno is the JavaScript and TypeScript runtime from the creator of Node.js.


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Wednesday, 13 September 2023 )