Skip to content

Commit

Permalink
Add selection range for a parameter list in a function/method
Browse files Browse the repository at this point in the history
Given a query as
```scala
def func(a@@: Int, b: Int)(c: Int) =
    a + b + c
```
range selection will now let you choose `a: Int, b: Int`.
The previous options are `a: Int` and the whole definition of `func`.
  • Loading branch information
natsukagami committed Feb 24, 2024
1 parent cb35c69 commit 6c61433
Showing 1 changed file with 30 additions and 5 deletions.

0 comments on commit 6c61433

Please sign in to comment.