8000 Add instructions to open right pane to evaluate worksheet by sup95 · Pull Request #1555 · scala/docs.scala-lang · GitHub
[go: up one dir, main page]

Skip to content

Add instructions to open right pane to evaluate worksheet #1555

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

Merged
merged 1 commit into from
Oct 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ square(2)
```

As you change your code, you'll notice that it gets evaluated
in the right pane.
in the right pane. If you do not see a right pane, right click on your Scala worksheet in the Project pane, and click on Evaluate Worksheet.

## Next Steps

Expand Down
0