microsoft / microsoft/language-server-protocol
Additional option for window/showTextDocument
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 13k
- Forks
- 1k
- Avg merge
- 6d 1h
- Merged PRs (30d)
- 10
Description
We already have a very similar command that we send to the client to display a particular document:
we also added an additional boolean option otherWindow which we use to specify that the document should not be opened in the focused currently window/tab.
I wonder if it would make sense to add that property to window/showTextDocument
This is especially useful for us when navigating over a stacktrace, which makes it possible to quickly jump around different classes without the need to go back to the stacktrace.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the existing ClientCommands.scala command around line 108 with the window/showTextDocument protocol entry point. Determine how an otherWindow option would be specified and what client behavior it must guarantee; done means the proposal is defined clearly enough for affected clients to implement consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala, typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100