microsoft / microsoft/language-server-protocol
New feature : LSP gutter support
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 13k
- Forks
- 1k
- Avg merge
- 6d 1h
- Merged PRs (30d)
- 10
Description
In IntelliJ, there is gutter support https://www.jetbrains.com/help/idea/guided-tour-around-the-user-interface.html#gutter which is very nice to execute action with a gutter which is an icon displays on the left of the editor for a given line.
For instance for some command like, run,debug, language server displays a Codelens which polluate the editor (if there are some other codelens like references, implementations).
If you see https://github.com/redhat-developer/lsp4ij/discussions/479, you can see Run, Debug codelens for rust-analyzer
IMHO Ithink it should be better to display those Run, Debug codelens as gutter:
//cc @fbricon @datho7561 @rgrunber
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
The issue names no repository files, tests, or implementation entry points. Start by reviewing the linked IntelliJ gutter documentation and discussion 479, then inspect the existing LSP code-lens specification; done would require an agreed protocol design for representing gutter actions and its compatibility with current code-lens behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100