mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Add README tip
This commit is contained in:
parent
9f6f27f305
commit
b1536cca58
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@
|
||||||
|
|
||||||
Welcome to Zed, a lightning-fast, collaborative code editor that makes your dreams come true.
|
Welcome to Zed, a lightning-fast, collaborative code editor that makes your dreams come true.
|
||||||
|
|
||||||
Everything is under construction, including this README, but in the meantime, here is a high-level roadmap:
|
## Development tips
|
||||||
|
|
||||||
|
### Dump element JSON
|
||||||
|
|
||||||
|
If you trigger `cmd-shift-i`, Zed will copy a JSON representation of the current window contents to the clipboard. You can paste this in a tool like [DJSON](https://chrome.google.com/webstore/detail/djson-json-viewer-formatt/chaeijjekipecdajnijdldjjipaegdjc?hl=en) to navigate the state of on-screen elements in a structured way.
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue