Skip to content

Commit

Permalink
Merge pull request #143 from tgodzik/update-to-0.7.5
Browse files Browse the repository at this point in the history
Update Metals version to 0.7.5
  • Loading branch information
tgodzik authored Sep 12, 2019
2 parents e570205 + ded494d commit b9992cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"properties": {
"metals.serverVersion": {
"type": "string",
"default": "0.7.2",
"default": "0.7.5",
"markdownDescription": "The version of the Metals server artifact. Requires reloading the window.\n\n**Change only if you know what you're doing**"
},
"metals.serverProperties": {
Expand Down
14 changes: 13 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ or 11 installation.
on Ubuntu+Windows.

**Scala 2.13, 2.12 and 2.11**. Metals supports these Scala versions 2.13.0,
2.12.9, 2.12.8, 2.12.7 and 2.11.12. Note that 2.11.x support is deprecated and
2.12.8, 2.12.9, 2.12.7 and 2.11.12. Note that 2.11.x support is deprecated and
it will be removed in future releases. It's recommended to upgrade to Scala 2.12
or Scala 2.13

Expand Down Expand Up @@ -214,6 +214,18 @@ without opening the sidebar.
As you type, the symbol outline is also visible at the top of the file.
![Document Symbols Outline](https://i.imgur.com/L217n4q.png)

## Enable onTypeFormatting for multiline string formatting

![pipes](https://i.imgur.com/iXGYOf0.gif)

To properly support adding `|` in multiline strings we are using the
`onTypeFormatting` method. To enable the functionality you need to enable
`onTypeFormatting` inside Visual Studio Code.

This needs to be done in settings by checking `Editor: Format On Type`:

![on-type](https://i.imgur.com/4eVvSP5.gif)

## Coming from IntelliJ

Install the
Expand Down

0 comments on commit b9992cb

Please sign in to comment.