this post was submitted on 12 May 2024
201 points (92.8% liked)

Programmer Humor

19187 readers
1123 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 45 points 4 months ago (3 children)

JetBrains might not be my friend but they don't hold anywhere near the dev tool monopoly Adobe does for artists. Know what happens if JetBrains starts to blow massive ass? I finally sit down and figure out how to get my terminal editor working with my LSP. Yeah I lose some productivity but not as much as I'd lose by using Visual Studio or fuckn Eclipse.

[–] [email protected] 26 points 4 months ago

I think another key difference is everyone can use whatever tool they like and still work on the same codebase. They don't have proprietary file formats that lock in you and your entire team forever.

[–] waz 7 points 4 months ago (3 children)

Also, doesn't the jetbrains license let you continue to use the version that was the latest as of when your license ended. It's a small difference, but also kinda huge.

[–] [email protected] 6 points 4 months ago* (last edited 4 months ago) (1 children)

It's the version from when you paid your annual subscription (or 12 monthly payments ago) plus any bugfixes.

So you buy 4.3.2 and you will always have access to 4.3.Z

2 months later they release 5.0.0. Your subscription let's you use 5.0.0. If you cancel your subscription then can go back to your perpetual version 4.3.Z

At least that's how it's supposed to work

[–] [email protected] 1 points 4 months ago (1 children)

At what point do I get to keep 5.0 instead?

[–] [email protected] 6 points 4 months ago

Assuming you keep paying, 12 months from its release if you pay monthly or you'll get a licence for whatever version is newest at the point you renew if you pay yearly

[–] [email protected] 5 points 4 months ago

No. I know this because a couple of times my license expired, and 30 days before it does you'll just get a little warning in the IDE - or in tools like Resharper. After that it just stops working.

[–] [email protected] 3 points 4 months ago

Iy used to he that, but they're pushing the new subscription model now and i don't think the old one can still be purchased.

[–] [email protected] 1 points 4 months ago

If you are interested there is a great repo to get you up an running on neovim without messing with anything. I got LSP support out of the box and took me less than a week to fully transition away from vscode. It's called kickstart and is maintained by one the neovim contributors. I've done minimal tweaking months later.