Open Issues Need Help
View All on GitHub Autocomplete doc comments 3 months ago
AI Summary: Fix the Amber language server for Zed to correctly autocomplete doc comments. Currently, when adding a new line after starting a doc comment (`///`), it incorrectly autocompletes with a regular line comment (`//`). The task requires modifying the language server's autocomplete functionality to ensure consistent triple-slash doc comment completion.
Complexity:
3/5
bug good first issue