Skip to content

Commit 2e27af3

Browse files
committed
Polishing
1 parent ba5ee26 commit 2e27af3

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

docs/blog/_posts/2018-11-27-11th-dotty-milestone-release.md renamed to docs/blog/_posts/2018-11-30-11th-dotty-milestone-release.md

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: blog-page
33
title: Announcing Dotty 0.11.0-RC1
44
author: Allan Renucci
55
authorImg: /images/allan.jpg
6-
date: 2018-11-17
6+
date: 2018-11-30
77
---
88

99
Today we are excited to release Dotty version 0.11.0-RC1.
@@ -88,38 +88,28 @@ d1 - d2 // error: `-` is not a member of Duration
8888
### Worksheet Mode Support in Visual Studio Code
8989

9090
Dotty IDE can now be used in Worksheet mode. A worksheet is a Scala file that is evaluated on save,
91-
and the result of each expression is shown in a column to the right of your program. Worksheets are
92-
like a REPL session on steroids, and enjoy 1st class editor support: completion, hyperlinking,
91+
and the result of each expression is displayed in a column on the right of your program. Worksheets
92+
are like a REPL session on steroids, and enjoy 1st class editor support: completions, hyperlinking,
9393
interactive errors-as-you-type, etc.
9494

9595
![]({{ site.baseurl }}/images/worksheets/worksheet-demo.gif "Run worksheet")
9696

97-
For more information about the worksheet, see [Worksheet mode with Dotty
97+
For more information about the worksheets, see [Worksheet mode with Dotty
9898
IDE](http://dotty.epfl.ch/docs/usage/worksheet-mode.html)
9999

100100
### Various IDE improvements
101101

102102
#### Help with method signatures
103103

104-
When writing a method call, Dotty IDE will now show contextual information that helps completing
105-
the method call.
104+
When writing a method call, Dotty IDE will now show contextual information that helps filling in the
105+
arguments of the method.
106106

107107
![]({{ site.baseurl }}/images/dotty-ide/signature-help.png "Signature help")
108108

109-
#### Multi-project support for "Find all references"
109+
#### Improved display of documentation in Dotty IDE
110110

111-
Software projects are often split in several modules that depend on each other. When looking for
112-
all the references to a given symbol, the IDE should also try to find references to that symbol
113-
in other projects.
114-
115-
In previous versions, Dotty IDE would limit the search to the current project. Starting with this
116-
release, Dotty IDE will search for references to a given symbol in all the projects where this
117-
symbol could appear.
118-
119-
#### Better display of documentation in Dotty IDE
120-
121-
In this release, we reworked how we display the documentation inside the IDE, and integrated it
122-
with all the situations where displaying the documentation is useful.
111+
In this release, we reworked how we show documentation inside the IDE. We now extract usefull
112+
information from the Scaladoc comment, then format it before we display it in the IDE.
123113

124114
![]({{ site.baseurl }}/images/dotty-ide/documentation-hover.png "Documentation hover")
125115

0 commit comments

Comments
 (0)