Skip to content

Commit 1238451

Browse files
Update Features file
1 parent 4e93387 commit 1238451

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

documentation/Features.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
### Features:
44

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.
1111

1212
| [![sample_basic](screenshots/sample_basic.thumb.png)](screenshots/sample_basic.png?raw=true)<br/>`Editor and workbench screenshot` |
1313
|----|
1414

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).
1717

1818
| [![sample_basic](screenshots/Feature_ContentAssist.thumb.png)](screenshots/Feature_ContentAssist.png?raw=true)<br/>`Content Assist screenshot` |
1919
|----|
@@ -25,6 +25,9 @@ Fully featured GDB debugger support (uses Eclipse CDT's GDB integration)
2525
* Stack variables inspection view. Expression watch and view. Disassembly view.
2626
* Non-stop mode (for supported GBDs). Reverse debugging (for supported GDB targets).
2727

28+
Rust specific features:
29+
* Automatically tries to configure rust-gdb pretty printers, if found.
30+
2831
| [![sample_debug1](screenshots/sample_debug.thumb.png)](screenshots/sample_debug.png?raw=true)<br/>`Execution stopped on a conditional breakpoint` |
2932
|----|
30-
33+

0 commit comments

Comments
 (0)