Skip to content

Commit 287b9d3

Browse files
committed
Add a feature box for the Move refactoring.
1 parent f37cdac commit 287b9d3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

_includes/nightly-download-features.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,21 @@
22
<div class="span7">
33
<div class="frame"><img src ="{{ site.baseurl }}/resources/images/thumbnail-implicit.png" align="left"></div>
44
<h4>Highlight Implicits <span class="label success">Available</span></h4>
5-
Implicit definitions are a powerful Scala construct, but it is often hard to guess when they are applied. With Implicit Highlight you get immediate visual feedback in the editor and, by pressing <span class="keystroke">Cmd/Ctrl+Shift+1</span>, turn an implicit into an explicit call!
5+
Implicit definitions are a powerful Scala construct, but it is often hard to guess when they are applied. With Implicit Highlight you get immediate visual feedback in the editor and, by pressing <span class="keystroke">Cmd/Ctrl+1</span>, turn an implicit into an explicit call!
66
</div>
77
<div class="span6">
88
<div class="frame"><img src ="{{ site.baseurl }}/resources/images/na.jpg" align="left"></div>
99
<h4>Semantic Highlighting</h4>
1010
<span class="label warning">Coming Soon</span><br/>
1111
Identifiers are colored based on their meaning, improving readability. For instance, a <span class="code">val</span> can be colored differently from a <span class="code">var</span> and a <span class="code">lazy val</span>!
1212
</div>
13+
<div class="span7">
14+
<div class="frame"><img src ="{{ site.baseurl }}/resources/images/thumbnail-moveclass.png" align="left"></div>
15+
<h4>Move Class, Object or Trait
16+
<span class="label success">Available</span></h4>
17+
Moving a source file between packages now performs a proper Move refactoring that changes the package declaration and adjusts all
18+
references and imports. Using the Move action in the refactoring menu further allows you to split off a single
19+
<span class="code">class</span>, <span class="code">object</span> or <span class="code">trait</span> definition
20+
from a file with multiple definitions to a new location.
21+
</div>
1322
</div>
4.64 KB
Loading

0 commit comments

Comments
 (0)