Scala Plugin Links
Other JetBrains Blogs
Meta
Author Archives: Pavel Fatin
Signature matters!
In Scala, method signature semantics goes beyond method name, parameters and result type. The signature can also tell about whether a method has side effects, or whether a method represents a property. However, sometimes we forget about writing proper definitions … Continue reading
Posted in Uncategorized
6 Comments
Type-aware highlighting
Type-aware highlighting is a part of error highlighting that relies on type system. Some errors can be found without using type information, for example: Other errors, however, require a knowledge of entities type: Type-aware highlighting allows to spot such errors … Continue reading
Posted in Uncategorized
7 Comments
Project configuration explained
Although the work on new Scala project configuration is still in progress, a brief clarification may come in handy.
Posted in Uncategorized
5 Comments
Type Info and Toggle Type Annotation
Type Info hint (Ctrl + Alt + Shift + T): Toggle Type Annotation intention:
Posted in Uncategorized
1 Comment