-
Couldn't load subscription status.
- Fork 5.7k
Open
Labels
autocompletionsFeedback for code completions in the editorFeedback for code completions in the editorc++C++ programming language supportC++ programming language supportgood first issueIssue suitable for first-time contributorsIssue suitable for first-time contributors
Description
Summary
Spaces in some clangd suggestions from C++ are missing
Description
There are some suggestions, like namespace, template or throw expression, where a space between completed part and user-written part is missing. Here are some screenshots:
And here is a screenshot from vscode with clangd extension with a space in place:
Steps to reproduce:
- Enable clangd lsp for zed, use it in C++
- Try getting code suggestions for either namespace, template or throw expression
Expected Behavior: There should be spaces (like in vscode)
Actual Behavior: There are none
Zed Version and System Specs
Zed: v0.206.6 (Zed)
OS: Linux Wayland endeavouros unknown
Memory: 31.3 GiB
Architecture: x86_64
GPU: NVIDIA GeForce RTX 2060 SUPER || NVIDIA || 580.82.09
Metadata
Metadata
Assignees
Labels
autocompletionsFeedback for code completions in the editorFeedback for code completions in the editorc++C++ programming language supportC++ programming language supportgood first issueIssue suitable for first-time contributorsIssue suitable for first-time contributors