Skip to content

Commit 24e26b6

Browse files
shahariaazamVibeXP Botclaude
authored
Add LSP comparison FAQ to README (#9)
## Summary - Adds a new FAQ entry explaining how Code Navigator differs from Language Server Protocol (LSP) - Covers three key differentiators: pre-computed vs on-demand, AI token optimization, and portability ## Test plan - [x] Verify FAQ renders correctly in markdown preview - [x] Check formatting matches existing FAQ items 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: VibeXP Bot <bot@vibexp.io> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5f82d0a commit 24e26b6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,15 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed instructions. Contributions
607607

608608
</details>
609609

610+
<details>
611+
<summary><b>How is this different from using a language server (LSP)?</b></summary>
612+
613+
- **Pre-computed vs On-demand**: Index once, query instantly — no server running per request
614+
- **AI-optimized**: Minimal token output for relationships, not IDE features like completions/hover
615+
- **Portable**: Single `.bin` file — no server connection or session state needed
616+
617+
</details>
618+
610619
## 🤝 Contributing
611620

612621
We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for:

0 commit comments

Comments
 (0)