Corrosion enables Rust application development in the Eclipse IDE.
!!! A standalone Eclipse IDE for Rust Developers is also available for download !!!
Corrosion provides a rich and smart Rust editor with:
- Syntax highlighting (using TextMate grammar)
- Error reporting
- Hover information
- Content assist
- Jump to references
- Code Outline
- Formatting...
provided by the Rust Language Server.
Corrosion also integrates various operations of the `cargo` command-line (New Project, Build, Run, Debug, Package) as typical Eclipse IDE wizards and workflows.
Corrosion contains a rich debugger (via GDB) for Rust applications, allowing to set breakpoints, jump in/over an instruction, view and edit structured variables...
Additional Details
Eclipse Versions: 2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: Eclipse Corrosion contributiors
Development Status: Beta
Date Created: Wednesday, December 20, 2017 - 15:07
License: EPL 2.0
Date Updated: Tuesday, July 16, 2024 - 02:47
Submitted by: Lucas Bullen
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
October 2024 | 139/522 | 31 | 1 |
September 2024 | 138/642 | 200 | 26 |
August 2024 | 115/641 | 214 | 32 |
July 2024 | 131/663 | 202 | 21 |
June 2024 | 150/681 | 181 | 30 |
May 2024 | 147/682 | 208 | 22 |
April 2024 | 140/687 | 236 | 20 |
March 2024 | 132/694 | 283 | 22 |
February 2024 | 141/687 | 210 | 10 |
January 2024 | 134/691 | 242 | 21 |
December 2023 | 124/671 | 274 | 16 |
November 2023 | 157/686 | 225 | 26 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 3
Count | Error Message |
---|---|
3 | Cannot continue the operation. There is another install operation in progress. |
Reviews Add new review
fyi - The github repo hasn't been updated since Sept 27, 2022
Submitted by Kelvin Meeks on Fri, 04/21/2023 - 12:29
When I have previously tried to use this plugin - it was slow & buggy as hell.
How can this Marketplace listing be updated to state compatibility with 2022-12 (4.26), 2023-03 (4.27), 2023-06 (4.28) - when the github repo hasn't been updated since Sept 27, 2022?
Wellcome
Submitted by Paul Verest on Wed, 02/07/2018 - 04:06
Welcome new tools for new language.
Quote from https://github.com/LucasBullen/corrosion#concept
Corrosion uses the lsp4e project to integrate with the Rust Language Server and TM4E project to provide syntax highlighting in order to provide a rich Rust editor in the Eclipse IDE.