Fork me on GitHub
#cursive
<
2017-11-17
>
cfleming00:11:30

@thosmos Cursive obeys the standard IntelliJ settings at Editor-&gt;General-&gt;Code Completion-&gt;Parameter Info

thosmos06:11:59

@cfleming thanks! that was really slowing my typing down. I wonder if there's an optimization in there somewhere? It would prevent my cursor from moving to the next character until after it ran through its search. Maybe it can happen on a background thread so it doesn't hinder typing?

jkouros07:11:37

Hi there! Issue #817 on Github is a request for cursive functionality to refactor a function to a new namespace. Does this feature exist yet?

cfleming09:11:28

@thosmos That definitely already happens on a background thread (except that all painting is on the EDT obviously), and shouldn’t affect typing. Weird that it did for you…

cfleming09:11:37

@jkouros Sadly, no, sorry

jkouros09:11:35

Ah, well... Are there any recommendations for how to rename namespaces using Cursive?

cfleming09:11:25

Unfortunately that’s mostly manual at the moment. Cursive will let you rename the last segment, i.e. everything it can rename without having to move files around.

jkouros09:11:06

Ok, thanks!

stijn10:11:20

does anyone know a good way of making Cursive handle the 'one big monthly repl commands history' file that Stu was talking about in https://vimeo.com/223309989?

stijn10:11:40

I'm currently symlinking my ~/repl directory into each project that I want to use this in, but IntelliJ complains about repl not being a source folder, also you probably want multiple namespace declarations in that file, but Cursive complains that it doesn't match the file name in that case

bill18:11:19

are you trying to use the ns macro in that file? I don’t think you’d want the macro. I think you’ll always want to use the require function instead

stijn14:11:51

@U0E11941M yes, I tried that but symbols don't resolve in that case...

stijn10:11:07

Or is there a way to make Cursive write it's repl history to some file?

reefersleep11:11:23

Is it possible to do a refactor where you switch parameter order, as well as argument order at all callsites, for a function?

danm11:11:36

Hmm. If I have a "Your project requires namespaces which need stubs to be generated" message, can I see which namespaces it's having issues with?