diff --git a/README.ja.md b/README.ja.md index a7fc0345a..f540b01b2 100644 --- a/README.ja.md +++ b/README.ja.md @@ -548,11 +548,7 @@ Ask @explore for the policy on this feature あなたがエディタで使っているその機能、他のエージェントは触ることができません。 最高の同僚に最高の道具を渡してください。これでリファクタリングも、ナビゲーションも、分析も、エージェントが適切に行えるようになります。 -- **lsp_goto_definition**: シンボル定義へジャンプ -- **lsp_find_references**: ワークスペース全体で使用箇所を検索 -- **lsp_symbols**: ファイルからシンボルを取得 (scope='document') またはワークスペース全体を検索 (scope='workspace') - **lsp_diagnostics**: ビルド前にエラー/警告を取得 -- **lsp_servers**: 利用可能な LSP サーバー一覧 - **lsp_prepare_rename**: 名前変更操作の検証 - **lsp_rename**: ワークスペース全体でシンボル名を変更 - **ast_grep_search**: AST 認識コードパターン検索 (25言語対応) diff --git a/README.md b/README.md index b1097d756..8b7becb3d 100644 --- a/README.md +++ b/README.md @@ -578,7 +578,6 @@ The features in your editor? Other agents can't touch them. Hand your best tools to your best colleagues. Now they can properly refactor, navigate, and analyze. - **lsp_diagnostics**: Get errors/warnings before build -- **lsp_servers**: List available LSP servers - **lsp_prepare_rename**: Validate rename operation - **lsp_rename**: Rename symbol across workspace - **ast_grep_search**: AST-aware code pattern search (25 languages) diff --git a/README.zh-cn.md b/README.zh-cn.md index 8f214a98e..d91dbc042 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -574,11 +574,7 @@ gh repo star code-yeongyu/oh-my-opencode 你编辑器中的功能?其他智能体无法触及。 把你最好的工具交给你最好的同事。现在它们可以正确地重构、导航和分析。 -- **lsp_goto_definition**:跳转到符号定义 -- **lsp_find_references**:查找工作区中的所有使用 -- **lsp_symbols**:从文件获取符号 (scope='document') 或在工作区中搜索 (scope='workspace') - **lsp_diagnostics**:在构建前获取错误/警告 -- **lsp_servers**:列出可用的 LSP 服务器 - **lsp_prepare_rename**:验证重命名操作 - **lsp_rename**:在工作区中重命名符号 - **ast_grep_search**:AST 感知的代码模式搜索(25 种语言)