New Jetbrains Update Dropped

https://programming.dev/post/38679927

Doesn’t anyone else use things like OpenSnitch to audit all outgoing connections? I block all phone homes until something breaks, then investigate.

If you are trapped on Windows for some corporate reason, there is SimpleWall.

We’re friends, and friends don’t let friends let apps phone home.

I feel like lots of people here use Linux, where you don’t need to be constantly vigilant of your applications working against you…
A lot of proprietary tools like VScode and Jetbrains are needed on Linux if you’re a novice or not yet proficient with tools like EMacs/Vi yet. For example I couldn’t get Vscodium to load an extension I needed so I had to use VScode. But tbh I’m just making excuses cuz I don’t know how to set up a good dev environment :-(
Personally, I find Kate is decent enough for most coding tasks. It does not have an open plugin ecosystem, so I guess, maybe it wouldn’t work for you.
But aside from plugins, whenever I see people using VS Code/-ium, I wonder why they keep raving about it. It just looks like a bogstandard editor with LSP support to me. And Microsoft may have gotten that LSP ball rolling, but it’s supported in lots of editors now…

VScode is certainly a heck of a lot easier to get LSPs working than e.g. vim.

If someone made it actually easy to set up neovim with lsp support that works as well as with vscode, there’d be no reason to give Microsoft any attention at all

This was one of my biggest issues, but I did manage to succesfully switch to nvim few months ago, by installing ideavim into Rider, vscode-vim into vscode (so I can’t easily escape it when I get lazy), but most importantly - setting LazyVim as my default editor, which has been a lifesaver.

It has a pretty good LazyExtras interface for easily installing a ton of plugins, almost for every language. You just open the LazyVim menu, select a language you want, and it installs LSPs, debuggers and whatnot you may need for it. It’s probably using the nvim-lspconfig mentioned in other comments, but it has been pretty seamless.

But any other pre-made nvim config will work, this one is just more approachable than someone’s random plugin list.

🚀 Getting Started | LazyVim

LazyVim is a Neovim setup powered by 💤 lazy.nvim