As shown in the screenshot the outliner (Ctrl+Shift+O and Ctrl+Shift+B) wrongfully indent types that share the same type keyword.
This doesn't happen with var or const (see screenshot).
Example code
type A struct{}
type B struct{}
type C struct{}
type D struct{}
type E struct{}
type (
F struct{}
G struct{}
H struct{}
I struct{}
J struct{}
K struct{}
)
Check for existing issues
Describe the bug / provide steps to reproduce it
As shown in the screenshot the outliner (
Ctrl+Shift+O
andCtrl+Shift+B
) wrongfully indent types that share the sametype
keyword.This doesn't happen with
var
orconst
(see screenshot).Example code
Environment
Zed: v0.143.7 (Zed) OS: Linux X11 arch unknown Memory: 31 GiB Architecture: x86_64
If applicable, add mockups / screenshots to help explain present your vision of the feature
If applicable, attach your Zed.log file to this issue.
No response