This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-08
Channels
- # aleph (7)
- # announcements (12)
- # babashka (19)
- # beginners (4)
- # calva (29)
- # cider (20)
- # clj-kondo (20)
- # clojure (66)
- # clojure-austin (4)
- # clojure-europe (11)
- # clojure-nl (1)
- # clojure-norway (42)
- # clojure-uk (4)
- # clojuredesign-podcast (9)
- # conjure (1)
- # cursive (5)
- # datomic (42)
- # etaoin (4)
- # events (10)
- # garden (8)
- # graphql (1)
- # holy-lambda (7)
- # honeysql (3)
- # hyperfiddle (5)
- # missionary (11)
- # music (1)
- # off-topic (12)
- # practicalli (2)
- # re-frame (2)
- # reitit (6)
- # releases (2)
- # vim (2)
- # web-security (1)
- # xtdb (3)
Folks, kinda on-topic-ish but I have no idea where to search this: does someone have a guide / collection of icons for each"element" of Clojure? Like, an icon for "special forms", one for "functions", one for "macros", these things? Or does anyone have a suggestion on these?
Displaying on autocomplete in an editor
Replacing these for something more interesting
I'd usually go to the Material Design icons or http://thenounproject.com ... but they're not coming up with anything awesome.
@U3Y18N0UC emacs company-mode completions show some icons (different for functions and vars in Clojure).
I found this package that provides a more icon-y company frontend replacement (see screenshot). Not sure if it does anything Clojure-specific: https://github.com/sebastiencs/company-box
Differences with the built-in front-end:
• Differents colors for differents backends.
• Icons associated to functions/variables/.. and their backends
• Display candidate's documentation (support quickhelp-string
)
• Not limited by the current window size, buffer's text properties, .. (it's better than you might think)
Tabler icons are Free & OSS and there are nearly 5,000 of them so maybe you'd be able to find what you need in there? https://tabler.io/icons
If you do a search for "code" it narrows down to code related icons which might match what you need.