Skip to content
/ dirac Public
forked from binaryage/dirac

A Chrome DevTools fork for ClojureScript developers

License

Notifications You must be signed in to change notification settings

clj-fun/dirac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dirac DevTools

GitHub license Clojars Project Travis Sample Project Chrome Extension

Dirac is a Chrome DevTools fork with extra features to aid development in ClojureScript.

Dirac project maintains a set of patches rolling on top of official Chrome DevTools. That means you don't lose any functionality, you just add ClojureScript support on top. Additionally we provide a Chrome Extension which packages this enhanced DevTools version and hosts it within Chrome for convenient access. Dirac DevTools can be just a keystroke away enabling following features:

  • ClojureScript-aware REPL integrated into DevTools Javascript console
    • can eval ClojureScript in the context of currently selected stack frame (when paused on a breakpoint)
    • ClojureScript code completion suggestions (like completions in Javascript console)
    • Parinfer goodness
    • adds a global keyboard shortcut for focusing the console prompt
  • enables custom formatters by default (for cljs-devtools)
    • custom formatters are displayed inline on Source Panel (during debugging)
  • better display of ClojureScript function names
  • improved display of URLs
  • 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 top
      • properties with nice names go first
      • then macro-generated names
      • then null values
      • then undefined values

ClojureScript REPL


Documentation

About

A Chrome DevTools fork for ClojureScript developers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.4%
  • Clojure 6.2%
  • CSS 4.3%
  • Python 1.7%
  • Java 0.8%
  • Shell 0.4%
  • HTML 0.2%