issues Search Results · repo:scala/vscode-scala-syntax language:Scala
Filter by
113 results
(48 ms)113 results
inscala/vscode-scala-syntax (press backspace or delete to remove)This repo is something of an outlier in scala/* in that:
- it s MIT-licensed (rather than our typical Apache 2 that we use for just about everything)
- it s copyright Nicolas Stucki (I would expect ...
SethTisue
- Opened on Feb 27
- #285
def fromInt[T: Numeric as num](t: Int): T = num.fromInt(t)
// ^^ ^^^
I guess as should be highlighted as some kind of keyword, and also num as a parameter name
bishabosha
- Opened on Jan 10
- #281
When I type a backtick, it would be nice for it to auto-close with another backtick.
I can t think of a situation in which I would want an unpaired backtick. Aside from that, it means that my code remains ...
harpocrates
- 2
- Opened on Jan 10
- #279
I really like the idea of sbt-example, but also aside that it would be nice to have some (minimal) highlighting for code
in comments.
/**
* Usage:
* {{{
* def x: String = toString(2)
* }}}
*/
def ...
Jentsch
- 3
- Opened on Oct 9, 2024
- #276
image
Just like the screenshot above, I m not sure why the same annotation is colored differently.
The first has semantic token class, while the second has semantic token other
image
image
NoahELE
- 7
- Opened on Oct 4, 2024
- #272
SIP: https://docs.scala-lang.org/sips/binary-integer-literals.html Scala 3 compiler PR:
https://github.com/lampepfl/dotty/pull/19405
enhancement
Scala 3
nicolasstucki
- Opened on Feb 16, 2024
- #266
img width= 230 alt= Screenshot 2023-11-07 at 13 07 32 src=
https://github.com/scala/vscode-scala-syntax/assets/3648029/c4808c29-7b98-42d4-9b07-b87d340fcc5f
Scala 3
nicolasstucki
- Opened on Nov 7, 2023
- #264
val x = +
val y = 1 + 0
is highlighted incorrectly and is assumed to start a string instead of being the string itself whereas
val x = +
val y = 1 + 0
is correctly highlighted
whoami730
- 7
- Opened on Aug 17, 2023
- #260
Hello!
I am working on some macros recently on VS Code. Nevertheless I find it quite bothering that whenever I try to create a
quoted expression, the plugin automatically closed it for me. A simple example, ...
enhancement
kkdaisuki
- 3
- Opened on Jun 16, 2023
- #255
img width= 208 alt= Screenshot 2023-05-16 at 08 36 53 src=
https://github.com/scala/vscode-scala-syntax/assets/3648029/c1164baa-420c-4760-b53c-501e3dc9ebba
nicolasstucki
- Opened on May 16, 2023
- #254

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.