-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NF: add an IDE help #481
NF: add an IDE help #481
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the suggestion.
Here some improvements / corrections.
@hargoniX could you also check on this? especially the part about removing dependencies/features
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's some grammar that needs a bit of cleaning up here: can provide specifics on request.
After that, this should be merged.
@BartMassey a more in-depth review would indeed be welcome. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had missed this commit. Looks great now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
I had some troubles using IntelliJ to work with the code examples. I thus added a page that tries to help the user getting the best out of their IDE with this book.
Some of the solution are not IntelliJ specific, so I separated this page into a general purpose help and a section that concern specific IDE.
Since I only use IntelliJ, I can't provide section for Code, for examples. So, I invited users of other IDE to contribute.
Ideally, I'd love for someone to get how to use the debugger with the IDE too. However, even if this page is not perfect, I believe it may still be an improvement for the next reader