LSP Request: Implement selection range
We want to implement various LSP requests that were present in the old language server in the new language server.
Acceptance criteria
- We implement selection range from the LSP specification.
- Tests are added showing it works.