This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-13
Channels
- # babashka (3)
- # beginners (91)
- # calva (10)
- # cherry (1)
- # clj-commons (1)
- # clj-kondo (8)
- # clojure (19)
- # clojure-australia (1)
- # clojure-china (1)
- # clojure-europe (16)
- # clojure-filipino (1)
- # clojure-hk (1)
- # clojure-indonesia (1)
- # clojure-japan (1)
- # clojure-korea (1)
- # clojure-my (1)
- # clojure-norway (2)
- # clojure-sg (1)
- # clojure-taiwan (1)
- # cursive (12)
- # data-science (4)
- # datalevin (3)
- # emacs (16)
- # events (9)
- # hyperfiddle (1)
- # juxt (1)
- # lsp (2)
- # missionary (2)
- # music (1)
- # nbb (14)
- # off-topic (15)
- # pathom (5)
- # releases (1)
- # shadow-cljs (41)
- # sql (10)
- # squint (13)
- # vim (7)
- # xtdb (35)
more intellij related than cursive itself, but maybe someone here knows: is there a way to customize intellij “emacs style”? Would be nice if I could have a config file that I could manage fully myself, that overrides defaults in IntelliJ. So far it’s mostly keybindings I want to manage this way. Anyone know if this is possible?
if you get the intellij vim plug-in there’s a vimrc file that loads on startup, i can send you mine if you'd like
I have not tried this myself, but how about: https://www.jetbrains.com/help/idea/sharing-your-ide-settings.html#settings-repository
I’ve tried that before actually, but it just ends up being an unmanagable repo of XML files you don’t manage yourself, and for some reason one of the few things it didn’t save was my key bindings. Maybe it’s improved though, this was a couple of years ago
Here ~/.config/JetBrains/<product><version>/linux.keymaps
is rather readable XML with stuff such as:
<action id=":cursive.testing.actions/run-single-test">
<keyboard-shortcut first-keystroke="alt t" />
</action>
via
https://www.jetbrains.com/help/idea/configuring-keyboard-and-mouse-shortcuts.html#ecbc0a87Yeah, I suppose so.
I have no idea if this is a cursive issue, but IDEA is refusing to generate stubs, giving me a
Execution error (NoSuchMethodError) at com.google.javascript.jscomp.deps.ModuleLoader/createRootPaths (ModuleLoader.java:257).
'java.util.stream.Collector com.google.common.collect.ImmutableSortedSet.toImmutableSortedSet(java.util.Comparator)'
Does this error appear in your logs? If so, could you send them to me, either via DM here or to <mailto:[email protected]|[email protected]>?