-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update 'IDEs Support' section in README #3309
Conversation
|
@Mergifyio backport master |
✅ Backports have been created
|
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.
Unfortunately, I made suggestions without submitting the review before this was merged, but we can fix nitpicks on grammar with the next README update.
|
||
IDEs like [IntelliJ](https://www.jetbrains.com/idea/) and [VSCode](https://code.visualstudio.com/) are popular in the Scala community and work with Rocket Chip. | ||
|
||
The Rocket Chip currently uses `nix` to configure the build and/or development environment, you need to install it first depending on your OS distro. |
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.
The Rocket Chip currently uses `nix` to configure the build and/or development environment, you need to install it first depending on your OS distro. | |
Rocket Chip currently uses `nix` to configure the build and/or development environment. You need to install it first depending on your OS distro. |
|
||
3. Install and configure [Scala](https://plugins.jetbrains.com/plugin/1347-scala) plugin. | ||
|
||
4. BSP should be automatically run. |
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.
4. BSP should be automatically run. | |
4. BSP should run automatically. |
Type of change: documentation improvement
Impact: no functional change
Release Notes
Update 'IDEs Support' section in README