From ffdf786185ac9ae77c50911f36f27798e98347d2 Mon Sep 17 00:00:00 2001 From: Antonin Hildebrand Date: Tue, 17 May 2016 23:18:05 +0200 Subject: [PATCH] update readme --- readme.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 8741e1bc44..28e1d2f6ef 100644 --- a/readme.md +++ b/readme.md @@ -5,14 +5,15 @@ Dirac is a [Chrome DevTools](https://developer.chrome.com/devtools) fork with ex #### Features * REPL integrated into DevTools Javascript console - * can eval ClojureScript in the context of currently selected stack frame (activated breakpoint) + * can eval ClojureScript in the context of currently selected stack frame (paused on a breakpoint) + * ClojureScript code completion suggestions (like completions in Javascript console) * [Parinfer](https://shaunlebron.github.io/parinfer) goodness - * global keyboard shortcut for focusing the console prompt - * custom formatters enabled by default (for [cljs-devtools](https://github.com/binaryage/cljs-devtools)) - * custom formatters are displayed inline in Source panel during debugging - * 'Object Properties' better display ClojureScript properties: + * adds a global keyboard shortcut for focusing the console prompt + * enables [custom formatters](https://docs.google.com/document/d/1FTascZXT9cxfetuPRT2eXPQKXui4nWFivUnS_335T3U) by default (for [cljs-devtools](https://github.com/binaryage/cljs-devtools)) + * custom formatters are displayed inline on Source Panel (during debugging) + * enables better display of ClojureScript property names: * macro-generated names are renamed to friendly names using sub-indexes - * properties are grouped, the most important properties at the top + * properties are grouped, the most important properties at top * properties with nice names go first * then macro-generated names * then null values