|
2 | 2 |
|
3 | 3 | <p align="center"> |
4 | 4 | <img src="docs/assets/spookaphant.svg" alt="Spookaphant" width="316" height="230" /> |
| 5 | + <br> |
| 6 | + <a href="https://github.com/PHPantom-dev/phpantom_lsp/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/PHPantom-dev/phpantom_lsp/ci.yml?logo=github&label=CI" alt="CI"></a> |
| 7 | + <a href="https://codecov.io/gh/PHPantom-dev/phpantom_lsp"><img src="https://codecov.io/gh/PHPantom-dev/phpantom_lsp/graph/badge.svg?token=UH5RFA3AR9" alt="codecov"></a> |
| 8 | + <a href="https://crates.io/crates/phpantom_lsp"><img src="https://img.shields.io/crates/v/phpantom_lsp?logo=rust" alt="crates"></a> |
5 | 9 | </p> |
6 | 10 |
|
7 | | -[](https://github.com/PHPantom-dev/phpantom_lsp/actions/workflows/ci.yml) |
8 | | -[](https://codecov.io/gh/PHPantom-dev/phpantom_lsp) |
9 | | -[](https://crates.io/crates/phpantom_lsp) |
10 | | - |
11 | 11 | A fast, lightweight PHP language server written in Rust. Ready in seconds, uses a fraction of the RAM other language servers need, and stays responsive throughout. No indexing phase, no waiting. |
12 | 12 |
|
| 13 | +Check out the **[documentation](https://phpantom-dev.github.io/phpantom_lsp/)** to get started. |
| 14 | + |
13 | 15 | > [!NOTE] |
14 | 16 | > PHPantom is in active development. The core editing features are solid and used daily on production codebases. |
15 | 17 |
|
@@ -89,10 +91,6 @@ PHPantom understands Composer projects out of the box, but works without setup o |
89 | 91 | - **Go-to-implementation.** Jump from an interface or abstract class to all concrete implementations. Scans open files, classmap, PSR-4 directories, and embedded stubs. |
90 | 92 | - **Workspace-wide diagnostics.** After startup, diagnostics run in the background across every file in the project, not just the ones you have open, so problems are already visible when you navigate to a file. Configured external tools (PHPStan, PHPCS, Mago) run project-wide too, once the background pass finishes. Both are deferred until after startup so they never slow down time to ready. |
91 | 93 |
|
92 | | -## Documentation |
93 | | - |
94 | | -**[Read the docs](https://phpantom-dev.github.io/phpantom_lsp/)** -- installation, editor setup, configuration reference, CLI usage, benchmarks, and more. |
95 | | - |
96 | 94 | ## Acknowledgements |
97 | 95 |
|
98 | 96 | PHPantom stands on the shoulders of: |
|
0 commit comments