intellij-clojure-pretty-symbol
intellij-clojure-pretty-symbol copied to clipboard
Pretty symbols for your Clojure development with IntelliJ IDEA
Clojure Pretty Symbol Plugin
https://plugins.jetbrains.com/plugin/8224
Snapshots

Shortcuts
- ⌘- (Collapse)
- ⌘+ (Expand)
- ⇧⌘- (Collapse All)
- ⇧⌘+ (Expand All)
Avaiable pretty symbols
| original | concealed |
|---|---|
def |
≡ |
defn |
ƒ |
fn |
λ |
letfn |
λ |
#(...) |
λ(...) |
let |
⊢ |
doseq |
∀ |
-> |
→ |
->> |
⇉ |
partial |
Ƥ |
comp |
∘ |
not= |
≠ |
and |
∧ |
or |
∨ |
not |
¬ |
>= |
≥ |
<= |
≤ |
#{...} |
∈{...} |
#{} |
∅ |
union |
⋃ |
intersection |
⋂ |
difference |
− |
Configuration
- it's better to clear Foreground and Background color for Folded text.

- to turn on or turn off specific pretty symbol.

- after you click
applybutton, every change on settings panel will be applied to all open files in current editor.

Actions
Toggle Clojure Pretty Symbolaction will turn on / off pretty symbols globally.

- you can just click
Edit > Toggle Clojure Pretty Symbolbutton on the menu, or bind a shortcut from the keymap.

Development
./gradlew runIdea./gradlew buildPlugin./gradlew test
License
Copyright © 2016 zjhmale
Released under the terms of the MIT License