Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed May 17, 2016
1 parent 58f0cd9 commit ffdf786
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffdf786

Please sign in to comment.