redhat-developer / redhat-developer/lsp4ij
Provide a status widget "Language Service"
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 344
- Forks
- 113
- Avg merge
- 5h 22m
- Merged PRs (30d)
- 15
Description
The Jetbrains support provides a status widget to show which language servers are associated with the current file:
It would be nice to have this feature.
When I see https://www.jetbrains.com/help/idea/typescript-support.html#ws_ts_use_ts_service_checkbox I think we should use
https://github.com/JetBrains/intellij-community/blob/master/platform/lang-api/src/com/intellij/platform/lang/lsWidget/LanguageServiceWidgetItemsProvider.kt but it seems this class exists since february, so we cannot use it for the moment because we need to try to cover one year.
Contributor guide
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
Start by reviewing the referenced IntelliJ LanguageServiceWidgetItemsProvider.kt and the JetBrains TypeScript support documentation, while checking the stated one-year compatibility constraint. Done means providing a Language Service status widget that shows which language servers are associated with the current file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, kotlin
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100