mirror of https://github.com/astral-sh/ruff
## Summary
Implement a very basic hover in the playground and LSP.
It's basic, because it only shows the type on-hover. Most other LSPs
also show:
* The signature of the symbol beneath the cursor. E.g. `class
Test(a:int, b:int)` (we want something like
|
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||