From b1536cca58750e050a4b555ececaeaebb674cb34 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 7 Apr 2021 21:56:45 -0600 Subject: [PATCH] Add README tip --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a335dbf648..e1a64b0dd8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ 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