Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eclipse-corrosion/corrosion
Eclipse Corrosion - Rust edition in Eclipse IDE
https://github.com/eclipse-corrosion/corrosion
eclipse-ide hacktoberfest redox rls rust rust-language-server
Last synced: 12 days ago
JSON representation
Eclipse Corrosion - Rust edition in Eclipse IDE
- Host: GitHub
- URL: https://github.com/eclipse-corrosion/corrosion
- Owner: eclipse-corrosion
- License: epl-2.0
- Created: 2017-12-04T14:46:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T08:01:20.000Z (5 months ago)
- Last Synced: 2024-08-05T19:25:15.430Z (3 months ago)
- Topics: eclipse-ide, hacktoberfest, redox, rls, rust, rust-language-server
- Language: Java
- Homepage:
- Size: 10.5 MB
- Stars: 219
- Watchers: 16
- Forks: 31
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-rust-cn - Eclipse Corrosion
- awesome-rust - Eclipse Corrosion
- awesome-rust - Eclipse Corrosion - a Rust development plugin for the Eclipse IDE, providing a rich edition experience through integration with the Rust Analyzer language server, Cargo runner and gdb debugger (Development tools / IDEs)
- fucking-awesome-rust - Eclipse Corrosion - a Rust development plugin for the Eclipse IDE, providing a rich edition experience through integration with the Rust Analyzer language server, Cargo runner and gdb debugger (Development tools / IDEs)
- fucking-awesome-rust - Eclipse Corrosion - a Rust development plugin for the Eclipse IDE, providing a rich edition experience through integration with the Rust Analyzer language server, Cargo runner and gdb debugger (Development tools / IDEs)
README
# Eclipse Corrosion
### Rust edition and debug in Eclipse IDECorrosion is a Rust development plugin for the Eclipse IDE, providing a rich edition experience through integration with the Rust Analyzer language server, Cargo runner and gdb debugger.
## Download/Install
### Corrosion
Download a fully-fledged Eclipse IDE for Rust development from [Corrosion download area](https://download.eclipse.org/corrosion/releases/latest/products).
*OR*
With Eclipse IDE properly installed on your machine, just click [Here](https://mickaelistria.github.io/redirctToEclipseIDECloneCommand/redirectToMarketplace.html?entryId=3835145)
*OR*
From a working Eclipse IDE, find [Eclipse Corrosion](https://marketplace.eclipse.org/content/eclipse-corrosion) on the Eclipse Marketplace ([how to install from marketplace](https://marketplace.eclipse.org/marketplace-client-intro?mpc_install=3835145))
*OR*
From a working Eclipse IDE, install from p2 repository [https://download.eclipse.org/releases/latest/](https://download.eclipse.org/releases/latest/) (or [https://download.eclipse.org/corrosion/snapshots/](https://download.eclipse.org/corrosion/snapshots/) for development builds).
### Uses Rust Toolchain
To install the Rust toolchain, consider visiting and install Rustup.
On Linux and MacOS, the toolchain can also be installed via Corrosion in the `Rust` preference page (`Window > Preferences`).## Features
Corrosion brings together multiple different sources of features to make an enjoyable developing environment. Here are just a few of the most common features. Download today to discover all Corrosion has to offer.
### Rust Language Server
Rust Analyzer supplies Corrosion with the majority of the edition abilities. More information can be found at the [Rust-Analyzer GitHub Repository](https://github.com/rust-analyzer/rust-analyzer).
- Completion Assist
- Documentation Hover
- Diagnostics
- Formatting![RLS features](images/rls-features.gif)
### Debug
Using the `rust-gdb`, Corrosion enables users to debug their Rust programs with intelligent supports.
- Variables View
- GDB Console
- Breakpoints
- Expression Execution![Debug features](images/debug-features.gif)
### Cargo Test monitoring
Corrosion brings a `Unit Tests` view to monitor progress of your test executions, and easily analyze test reports.
See also [▶️video demo](https://www.screencast.com/t/1sgBo0ENGc).
### Cargo and Rustup Integration
Corrosion is built for all Rust developers, newcomers to experts, bringing a GUI to common Cargo features.
- New Project Wizard
- Toolchain Management
- TOML file editing support
- Export Crate Wizard![Cargo and Rustup features](images/cargo-features.gif)
### in the powerful in versatile Eclipse IDE
Corrosion fits right into the standard Eclipse IDE workflows that boost productivity:
- Project Outline
- Dark Theme
- Problems View
- Git integration (Only available in Corrosion Package)
- Embedded Terminal (Only available in Corrosion Package)
- ...all Eclipse Marketplace extensions you like, including support for any other language!![Eclipse features](images/eclipse-features.gif)
## Contributing
Corrosion is always open to new features and pull requests. If you have a feature or bug you wish to work on, [file an issue](https://github.com/eclipse/corrosion/issues) and other Corrosion developers will be able to help you get started.
Refer to our [Contributing Guide](CONTRIBUTING.md) for more instructions.
### Project Overview
For the **edition**, Corrosion uses the [lsp4e](https://projects.eclipse.org/projects/technology.lsp4e) project to integrate with the [Rust Analyzer](https://github.com/rust-analyzer/rust-analyzer) and [TM4E](https://projects.eclipse.org/projects/technology.tm4e) project to provide syntax highlighting in order to provide a rich Rust editor in the Eclipse IDE.
`rustup` is used to easily provisin the various necessary Rust tools.
**Initialization, import and export** of projects and execution are provided by integration with `cargo` command.
**Debugging** is provided by integration with `rust-gdb` and Eclipse CDT GDB support.
> Corrosion was formerly called RedOx, but required a name change due to naming overlap with another project ([See issue #24](https://github.com/eclipse/corrosion/issues/24))
### License
Corrosion is an open-source project licensed under [The Eclipse Public License - v 2.0](https://www.eclipse.org/legal/epl-2.0/)
The Rust and Cargo logos are owned by Mozilla and distributed under the terms of the [Creative Commons Attribution license (CC-BY)](https://creativecommons.org/licenses/by/4.0/) ([More Info](https://www.rust-lang.org/en-US/legal.html)).
[More Licensing Information](NOTICE.md)