Fork me on GitHub
#cursive
<
2017-11-16
>
snoe00:11:06

@steveb8n look at floobits they have an intellij plugin. And the atom-teletype package that was released yesterday is supposed to have an editor agnostic server.

steveb8n00:11:39

@snoe thanks, I will check it out

cfleming00:11:50

That is very cool. I was going to suggest Floobits too, but it’s not the same as this - it’s really more like a Google docs for editing the code itself. This actually integrates the IDE so features like debugging etc work seamlessly.

cfleming00:11:45

Lots of interesting questions there - I wonder where the server runs, and whether it’s a dumb tunnel or if it actually hosts the code.

cfleming00:11:53

I suspect the remote IDE is getting the info it needs from the local one, but if so that would be a major change to how the IDE works I think.

danm11:11:11

IntelliJ has some remote-pairing stuff built in doesn't it? I'm sure I've seen options for it, but never used it

danm11:11:19

Don't know exactly what it does

amann16:11:50

Does anyone know how to get Cursive (Intellij?) to only reformat selected text? If I reformat code with just selected enabled, it reformats the entire file…(sharing images)

amann17:11:15

hrmmm, this only looks to be a thing in edn files? I just tested this in clj file and no problems…

actsasgeek19:11:12

I just installed IntelliJ and Cursive and I’m taking them for a test drive. If I create a new Leiningen-based project, this works just fine. I see all the usual files and directories. However, if I import an existing Leiningen-based project, I only see the files at the root, the src, test, etc., directories don’t show up. Additionally, I notice that the breadcrumbs at the top show the full path from /Users/me/Documents/…

actsasgeek19:11:27

I assume there’s something very obvious I’m doing wrong?

manutter5119:11:04

You’re using File -> New -> Import from Existing Sources, and then clicking Import Project From External Model, with Leiningen selected?

snoe19:11:00

try file->open->project.clj and then open as project

actsasgeek19:11:05

…trying…

actsasgeek19:11:51

that worked! thanks.

cfleming20:11:14

@amann Hmm, I can’t see why EDN should be treated differently here, I’ve never noticed that but I don’t work with EDN much. That’s definitely issue-worthy though.

amann20:11:43

@cfleming would it be helpful for me to create an issue on GH?

cfleming20:11:57

Yes please, then I won’t forget about it.

cfleming22:11:41

Awesome, thanks!