You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] [Semantic highlighting (e.g. different colors for variables, functions, types, etc)](https://github.com/zed-industries/zed/issues/7450)
26
+
- [ ] Ability to add padding to the terminal
24
27
25
28
## Annoyances
26
29
27
30
- [x] ~~Client-side filtering for LSP completions, Zed doesn't seem to be quite as smart about filtering completions as VS Code is, and might be relying on the server's filtering only.~~
28
31
- [x] ~~Quote auto-closing is sometimes annoying, notably, it tries to auto-close quotes in text contexts, for instance typing "Can't" will result in "Can''t".~~
29
32
- [x] ~~CTRL+Click to go to definition doesn't work like in VS Code, in VS Code that shortcut does Go to Definition, Find All References, etc all at once, but it seems like Zed isn't quite as smart about it.~~
33
+
- [ ] Quick fixes (code actions) are hard to use, you can't use them from diagnostics like you can in VS Code, and so sometimes you need to open the quick fix list at a specific location to get the right fix.
0 commit comments