This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-06-04
Channels
in spacemacs how in the world do you ever get clj-refactor and refactor-nrepl to stay in synch?
I know I'll get used to spacemacs, and I used emacs for several years back in the day, but boy is it a pain to get a new editor set up. I can't wait to actually be productive.
our long national nightmare is over, @cfleming is here
@cfleming: how difficult would it be to add release notes to the plugin window when it updates? Or does it already provide them and I haven’t noticed?
danielcompton: It doesn't, unfortunately the plugin update process I'm using isn't great. There's a better way of doing it I'd like to switch to but it's very buggy.
Is it using RSS?
danielcompton: Lots of boring gory detail at https://youtrack.jetbrains.com/issue/IDEA-137274
ah, hence why there’s different IntelliJ version tracks as well
danielcompton: No, it's IntelliJ's proprietary format - it includes things like the version that the plugin is valid for etc
> Format won't change. download-url was always there, it wasn't documented though.
undocumented but required elements are the worst
You wouldn't believe the amount of time I've spent debugging that code to see which elements are missing in my XML
I just gave up in the end - the weird thing is it seems to work even though she says it shouldn't. I've been meaning to debug further to see why but haven't got around to it
I can see why it would be low on the priority list
Well, it's higher than you'd think - getting people to remember to update their plugin repo URL when they upgrade IntelliJ is a mission.
With the new Java interop, will it let me get Javadocs on multi arity Java methods?
One of the advantages of this is that the method instances are resolved correctly, so find usages etc will work for the correct overload.
Constructors are now also resolved correctly - previously they all resolved to the class.
Is there a rough release date planned?
ah, just saw "next week or so"
danielcompton: It also contains the infrastructure needed for context-sensitive completion that you were asking for.
Not sure how many will be implemented in this release but at least it'll be easy to add
@arrdem: Cursive
nah IntelliJ
yeah I think I'm gonna meander slowly in cursive's direction while bbatsov isn't watching
as a student you can get a free Ultimate Edition license too, they should really advertise that more
So when you’re working on your JSP pages at Factual you can have editor support
One of those words is on the banned list and it’s not orly
It’s only $500 for a company, individaul devs are $160
arrdem: But for a lot of Java work the community edition is fine - it has Java, Maven, Ant, XML, all that
arrdem: It’s only the enterprise stuff you have to pay for. You then get Python + Ruby etc support if you care about that too.
cfleming: so if I write a really nice propaganda blog post can I get a free license? 😛
Is there a good way to just turn off all formatting since I'm editing Core which is evil?
arrdem: I’m not sure actually. I keep meaning to sit down and make a formatter style to match it. I should just ask Rich for his, actually, since he uses IntelliJ