Skip to content

docs(index): актуализировать таблицу capabilities#4130

Merged
nixel2007 merged 1 commit into
developfrom
docs/update-capabilities-table
Jun 16, 2026
Merged

docs(index): актуализировать таблицу capabilities#4130
nixel2007 merged 1 commit into
developfrom
docs/update-capabilities-table

Conversation

@nixel2007

@nixel2007 nixel2007 commented Jun 16, 2026

Copy link
Copy Markdown
Member

Что и зачем

Таблица «Поддерживаемые операции протокола» в docs/index.md и docs/en/index.md отстала от кода. Сверил каждую строку с ServerCapabilities, формируемыми в BSLLanguageServer на initialize, и поправил по факту.

Изменения (RU + EN)

Операция Было Стало Источник в коде
completion ❌, resolveProvider=false, битая ссылка на diagnostics ✅, resolveProvider=true, triggerCharacters=".", labelDetailsSupport=true, заметка о содержимом getCompletionProvider()
completionItem/resolve ✅ ленивое documentation setResolveProvider(true)
signatureHelp triggerCharacters="(",",", retrigger="," getSignatureHelpProvider()
codeLens resolveProvider=false resolveProvider=true getCodeLensProvider()
inlayHint resolveProvider=false resolveProvider=true getInlayHintProvider()
inlayHint/resolve setResolveProvider(true)
didCreateFiles/didRenameFiles/didDeleteFiles отсутствовали ✅ добавлены, фильтры **/*.bsl, **/*.os, каталоги getFileOperationsCapabilities()

Раздел «Возможности»/«Features» дополнен автодополнением и подсказкой по сигнатуре.

Остальные строки сверены и оставлены как есть (typeDefinition/declaration/moniker/applyEdit и пр. — действительно не поддерживаются).

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Updated feature descriptions for code completion and signature help capabilities
    • Clarified Language Server Protocol (LSP) supported operations for workspace file lifecycle and TextDocument capabilities
    • Refreshed capability documentation for code lens, completion, and inlay hints features

Сверено с ServerCapabilities из BSLLanguageServer:
- completion: реализован (resolveProvider=true, triggerCharacters «.»,
  completionItem.labelDetailsSupport=true) — была пометка «нет» и битая ссылка;
- completionItem/resolve: реализован (ленивое documentation);
- signatureHelp: реализован (triggerCharacters «(», «,»; retrigger «,»);
- codeLens.resolveProvider и inlayHint.resolveProvider = true (было false);
- inlayHint/resolve: реализован;
- добавлены workspace didCreateFiles/didRenameFiles/didDeleteFiles
  (фильтры **/*.bsl, **/*.os, каталоги).

Список «Возможности» дополнен автодополнением и подсказкой по сигнатуре.
Обновлены RU и EN версии.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: e70e2e0f-094f-413c-ba48-053ad048cd9e

📥 Commits

Reviewing files that changed from the base of the PR and between 3f8d1d8 and e18c4ac.

📒 Files selected for processing (2)
  • docs/en/index.md
  • docs/index.md

📝 Walkthrough

Walkthrough

Updates docs/index.md and docs/en/index.md to document newly supported LSP capabilities: adds feature list bullets for code completion and signature help, adds workspace file lifecycle event rows with glob filters, and updates textDocument capability table entries for completion (resolve provider, trigger characters), signatureHelp, codeLens (resolveProvider), and inlayHint (resolveProvider).

Changes

LSP Capabilities Documentation

Layer / File(s) Summary
Feature list and completion/signatureHelp capabilities
docs/index.md, docs/en/index.md
Adds bullets for completion (method/function/constructor signatures, member completion, variables, keywords) and signature help; updates textDocument capability table rows for completion, completionItem/resolve, hover, and signatureHelp with resolve provider and trigger/retrigger character details.
Workspace file events, codeLens, and inlayHint capabilities
docs/index.md, docs/en/index.md
Adds workspace table rows for didCreateFiles, didRenameFiles, didDeleteFiles with **/*.bsl and **/*.os glob filters; sets resolveProvider to enabled for codeLens; updates inlayHint and inlayHint/resolve to show resolveProvider = true.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐇 Hop hop, the docs grow bright,
Completion bullets line by line,
Signature help shines just right,
File events, hints all align.
The matrix blooms with ✅ delight!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title is directly related to the main change in the changeset, which is updating the capabilities table in the documentation files to reflect actual server capabilities.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/update-capabilities-table

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud

Copy link
Copy Markdown

@nixel2007
nixel2007 merged commit 59fa125 into develop Jun 16, 2026
37 checks passed
@nixel2007
nixel2007 deleted the docs/update-capabilities-table branch June 16, 2026 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant