Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add selection range for a parameter list in a function/method
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