https://plugins.jetbrains.com/plugin/8224
- ⌘- (Collapse)
- ⌘+ (Expand)
- ⇧⌘- (Collapse All)
- ⇧⌘+ (Expand All)
original | concealed |
---|---|
def |
≡ |
defn |
ƒ |
fn |
λ |
letfn |
λ |
#(...) |
λ(...) |
let |
⊢ |
doseq |
∀ |
-> |
→ |
->> |
⇉ |
partial |
Ƥ |
comp |
∘ |
not= |
≠ |
and |
∧ |
or |
∨ |
not |
¬ |
>= |
≥ |
<= |
≤ |
#{...} |
∈{...} |
#{} |
∅ |
union |
⋃ |
intersection |
⋂ |
difference |
− |
- it's better to clear Foreground and Background color for Folded text.
- to turn on or turn off specific pretty symbol.
- after you click
apply
button, every change on settings panel will be applied to all open files in current editor.
Toggle Clojure Pretty Symbol
action will turn on / off pretty symbols globally.
- you can just click
Edit > Toggle Clojure Pretty Symbol
button on the menu, or bind a shortcut from the keymap.
./gradlew runIdea
./gradlew buildPlugin
./gradlew test
Copyright © 2016 zjhmale
Released under the terms of the MIT License