Seems kind of "backwards"? Why not put more effort into Fleet so that they can eventually sunset all the language-specific IDEs and have one product to support? A big part of why I use VSCode over JetBrains stuff is that I only have to deal with one application for all my things.
RustRover – A standalone Rust IDE
121–130 of 211 posts
Re: RustRover – A standalone Rust IDE
#122Earlier quoted context omitted.
> On the other hand, they are notoriously slow to develop their IDEs. I found that IntelliJ IDEs for me are almost at the perfection level. I don't really need any new changes, except for simple incremental ones like supporting new languages. I've been using IntelliJ since 2003, and it's amazing how little my main workflows have changed since then.
They do break stuff they used to have and then it doesn't get fixed for years. For example this https://youtrack.jetbrains.com/issue/PY-39449/Deleting-param... has been broken for 4 years.
[0] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=2940 [1] https://github.com/microsoft/vscode/issues/30874
Re: RustRover – A standalone Rust IDE
#123This IDE doesn't seem to differ from CLion with Rust plugin. I guess, its only about making Rust plugin paid from their side – which makes sense from their side. I hope they can deliver quality. On the other hand, they are notoriously slow to develop their IDEs. Features are super slow to be delivered, IDEs themselves are not really improved as well. They are focusing on things most don't care: Spaces, new UI project…
On the other other hand, I switched from Visual Studio to Rider and it's embarrasing just how much better Rider is as a .net/C# IDE than the first party IDE. They're already so far ahead of Microsoft that "super slow" still has them doing laps about them.
Re: RustRover – A standalone Rust IDE
#124While waiting, I did some work in neovim.
Re: RustRover – A standalone Rust IDE
#125Earlier quoted context omitted.
> On the other hand, they are notoriously slow to develop their IDEs. I found that IntelliJ IDEs for me are almost at the perfection level. I don't really need any new changes, except for simple incremental ones like supporting new languages. I've been using IntelliJ since 2003, and it's amazing how little my main workflows have changed since then.
My worst nightmare is JetBrains gets IPO (or acquired by a public traded corp).
Re: RustRover – A standalone Rust IDE
#126Earlier quoted context omitted.
> new UI project It’s incredible to me how many people choose VS Code because of its aesthetics, so it is by all means the right thing to focus on.
That's really interesting. What makes VSCode's aesthetic so distinctive and appealing? As an infrequent user of it, I don't really see how it stands out. (The main things that stand out about it to me as an Emacs user is that it has pop-ups/nags/splash tabs that I have to dismiss whenever I open it.)
Re: RustRover – A standalone Rust IDE
#127Earlier quoted context omitted.
But then it would be a lowest common denominator type thing, or a "Homer Simpson car" I just want to automatically share my transferable preferences between IDEs
If you mean between Jetbrains IDEs, you can. It's called Settings Sync in the settings menu.
Re: RustRover – A standalone Rust IDE
#128Re: RustRover – A standalone Rust IDE
#129Earlier quoted context omitted.
> new UI project It’s incredible to me how many people choose VS Code because of its aesthetics, so it is by all means the right thing to focus on.
> It’s incredible to me how many people choose VS Code because of its aesthetics No. VS code is popular because it's 1. Free and open source 2. Come with a lot of official extension [1] 3. Backed by MS which has the incentive to commondize code editors It's quite similar to Chrome. [1]: https://marketplace.visualstudio.com/publishers/Microsoft
And VS Code is not only similar to Chrome, it is Chrome pretending to be an IDE, and that always leaves a nagging feeling of inefficiency in the back of my mind. The JetBrains IDEs, being Java-based (although they hide it really really well, installing their own OpenJDK-based runtime automatically), are also resource intensive, but still better than Electron...
Re: RustRover – A standalone Rust IDE
#130This IDE doesn't seem to differ from CLion with Rust plugin. I guess, its only about making Rust plugin paid from their side – which makes sense from their side. I hope they can deliver quality. On the other hand, they are notoriously slow to develop their IDEs. Features are super slow to be delivered, IDEs themselves are not really improved as well. They are focusing on things most don't care: Spaces, new UI project…
> On the other hand, they are notoriously slow to develop their IDEs. I found that IntelliJ IDEs for me are almost at the perfection level. I don't really need any new changes, except for simple incremental ones like supporting new languages. I've been using IntelliJ since 2003, and it's amazing how little my main workflows have changed since then.