Skip to content

Commit

Permalink
Add IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jul 10, 2024
1 parent b252438 commit 5b8ff95
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,22 @@ to
bevy = { version = "0.14.0", features = ["dynamic_linking"] }
```

## About the author

### Which Rust IDE do you like best?

These are the IDEs I tried:

- RustRover

Check failure on line 104 in faq.md

View workflow job for this annotation

GitHub Actions / check_markdown

Unordered list style [Expected: asterisk; Actual: dash]
- Visual Studio Code

Check failure on line 105 in faq.md

View workflow job for this annotation

GitHub Actions / check_markdown

Unordered list style [Expected: asterisk; Actual: dash]

My favorite is RustRover.
RustRover is specialized in Rust development, where Visual Studio Code is a general-purpose IDE, and this is noticable to me:

- RustRover works better out-of-of-the-box under my operating system (Linux, with Ubuntu 22.04 LTS and Ubuntu 24.04 LTS)

Check failure on line 110 in faq.md

View workflow job for this annotation

GitHub Actions / check_markdown

Unordered list style [Expected: asterisk; Actual: dash]
- RustRover does not take all CPUs when building, so I can work on lightweight other things too

Check failure on line 111 in faq.md

View workflow job for this annotation

GitHub Actions / check_markdown

Unordered list style [Expected: asterisk; Actual: dash]
- RustRover has the keyboard shortcuts setup for the things I need, with combinations that feel natural to me

Check failure on line 112 in faq.md

View workflow job for this annotation

GitHub Actions / check_markdown

Unordered list style [Expected: asterisk; Actual: dash]

## My open questions

### Use `setup_' or `add_` for functions that add components in the Setup phase?

Check failure on line 116 in faq.md

View workflow job for this annotation

GitHub Actions / check_markdown

Spaces inside code span elements [Context: "`setup_' or `"]
Expand Down

0 comments on commit 5b8ff95

Please sign in to comment.