zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
49.5k stars 3.02k forks source link

[toml/rust-analyzer language server completion] nothing before . is processed #10777

Open JustFrederik opened 6 months ago

JustFrederik commented 6 months ago

Check for existing issues

Describe the bug / provide steps to reproduce it

when typing into Cargo.toml the completion ignores everything before the . example: [package.] suggests badges this does only happen if nothing is after the . [package.a] will work as expected

Environment

Zed: v0.132.0 (Zed Preview) OS: macOS 14.0.0 Memory: 16 GiB Architecture: aarch64

If applicable, add mockups / screenshots to help explain present your vision of the feature

Screenshot 2024-04-19 at 15 36 13

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

No response

github-actions[bot] commented 2 weeks ago

Hi there! 👋 We're working to clean up our issue tracker by closing older issues that might not be relevant anymore. Are you able to reproduce this issue in the latest version of Zed? If so, please let us know by commenting on this issue and we will keep it open; otherwise, we'll close it in 7 days. Feel free to open a new issue if you're seeing this message after the issue has been closed. Thanks for your help!

JustFrederik commented 2 weeks ago

.