Hide method signature next to a statement #882
Replies: 3 comments
-
Nvm, figured out. |
Beta Was this translation helpful? Give feedback.
-
Turning off Worksheet causes illegal starts of definition. Is there a way to keep Worksheet on without signatures appearing? |
Beta Was this translation helpful? Give feedback.
-
Hey! The worksheet basically is a super simple notebook, which automatically wraps your code into object extends App {
} so you don't need to write it, and can instantly start hacking. @main def hello =
println("hello world") |
Beta Was this translation helpful? Give feedback.
-
How do I hide method signatures, such as "(): scala.Unit", that appear next to statements? I always confuse them of being part of code.
Beta Was this translation helpful? Give feedback.
All reactions