2
2
3
3
### Features:
4
4
5
- * Rust source code editor, with:
6
- * Syntax highlighting ( configurable).
7
- * Automatic indent/de-indent and brace completion on certain keypresses (Enter, Backspace).
8
- * Rust/Cargo Project wizard .
9
- * Rust/Cargo project builder .
10
- * With in-editor build errors reporting .
5
+ * Source code editor, with:
6
+ * Syntax highlighting, configurable. Dark theme support.
7
+ * Automatic indent/de-indent and brace completion on certain keypresses (Enter, Backspace, Delete ).
8
+ * Project builder, using Cargo .
9
+ * Build errors reported inline in the editor (as squiggly lines) and Project Explorer .
10
+ * Can automatically create launch configurations from Cargo binary or test targets .
11
11
12
12
| [ ![ sample_basic] ( screenshots/sample_basic.thumb.png )] ( screenshots/sample_basic.png?raw=true ) <br />` Editor and workbench screenshot ` |
13
13
| ----|
14
14
15
- * Content Assist and Find Definition using Racer.
16
- * Content Assist code snippets (configurable).
15
+ * Content Assist: Code Completion and Find Definition using [ Racer] ( https://github.com/phildawes/racer ) .
16
+ * Content Assist: code snippets (configurable).
17
17
18
18
| [ ![ sample_basic] ( screenshots/Feature_ContentAssist.thumb.png )] ( screenshots/Feature_ContentAssist.png?raw=true ) <br />` Content Assist screenshot ` |
19
19
| ----|
@@ -25,6 +25,9 @@ Fully featured GDB debugger support (uses Eclipse CDT's GDB integration)
25
25
* Stack variables inspection view. Expression watch and view. Disassembly view.
26
26
* Non-stop mode (for supported GBDs). Reverse debugging (for supported GDB targets).
27
27
28
+ Rust specific features:
29
+ * Automatically tries to configure rust-gdb pretty printers, if found.
30
+
28
31
| [ ![ sample_debug1] ( screenshots/sample_debug.thumb.png )] ( screenshots/sample_debug.png?raw=true ) <br />` Execution stopped on a conditional breakpoint ` |
29
32
| ----|
30
-
33
+
0 commit comments