Skip to content

Commit 4c3cbdb

Browse files
committed
content(wiki): Update Zed article now that I'm using it more
1 parent 26f70d3 commit 4c3cbdb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/wiki/computers/zed-wishlist/zed-wishlist.mdoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,21 @@ Entries that are checked off are features that have been added since I wrote thi
1313

1414
- [x] ~~Support for custom themes~~
1515
- [ ] Ability to customize the color of the bottom panel individually from the other backgrounds
16+
- [ ] Better documentation would be great, it requires a lot of trial and error to figure out what variables do what
1617
- [x] ~~Support for custom languages~~
17-
- [ ] [Diff view](https://github.com/zed-industries/zed/issues/4523)
18+
- [x] ~~[Diff view](https://github.com/zed-industries/zed/issues/4523)~~
1819
- [x] ~~[Source Control Panel](https://github.com/zed-industries/zed/issues/4367)~~
1920
- [ ] [Rainbow brackets](https://github.com/zed-industries/zed/issues/5259)
2021
- [x] ~~[Indentation guides](https://github.com/zed-industries/zed/issues/5373)~~
2122
- [x] ~~Indentation guides in the explorer panel, too (especially, actually)~~
2223
- [x] ~~[EditorConfig support](https://github.com/zed-industries/zed/issues/8534)~~
2324
- [x] ~~Image viewer~~
25+
- [ ] [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
2427

2528
## Annoyances
2629

2730
- [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.~~
2831
- [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".~~
2932
- [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

Comments
 (0)