vscode-scala-syntax icon indicating copy to clipboard operation
vscode-scala-syntax copied to clipboard

Visual Studio Code extension for syntax highlighting Scala sources

Results 20 vscode-scala-syntax issues
Sort by recently updated
recently updated
newest added

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.33 to 0.5.37. Release notes Sourced from moment-timezone's releases. 0.5.34 Updated data to IANA TZDB 2021e Changelog Sourced from moment-timezone's changelog. 0.5.37 2022.08-25 Re-publish npm package, because...

dependencies

fix: https://github.com/scala/vscode-scala-syntax/issues/239 vscode-scala-syntax couldn't provide consistent highlights for `C` and `D` in `derives C, D`. ## Problem Consider we have the following code ```scala enum A extends B derives C,...

**The Bug** **Notice how `D` has a different color to `C` in line 14** (Both in `Ayu Dark` and `Community Material`) **Expected behavior**: `D` should probably have the same color...

![Screenshot 2022-06-09 at 15 17 21](https://user-images.githubusercontent.com/3648029/172856665-b62fce1d-9f54-41a7-9323-ccd07a3b01e3.png) `Mon` in not highlighted, or all the others should not be highlighted.

We are not highlighting the interpolated parts correctly in a val pattern. ```scala val x"${x}b$y" = "abc" "abc" match case x"${x}b$y" => ``` ![Screenshot 2022-05-24 at 10 13 54](https://user-images.githubusercontent.com/3648029/169983192-ffc389a7-c283-46d3-97b6-d14cc1b75cc1.png) ####...

See https://github.com/lampepfl/dotty/pull/14959

enhancement
Scala 3

I am not sure if this issue belongs to this repo or should live somewhere else. I am using metals with vscode and find the expand selection for scala code...

enhancement

https://github.com/smarter/vscode-dotty-syntax/ does two things: - Install a completion provider for every keyword so that vscode doesn't auto-complete a keyword into some other word when pressing Enter after typing a keyword....

enhancement
help wanted

https://github.com/scala/vscode-scala-syntax/actions/runs/1435415593 I had to update the extension manually through https://marketplace.visualstudio.com/manage