Although I only speak English I greatly appreciate the fact their blog is available in so many other languages. Are their IDEs interfaces available in multiple languages too?
Sheesh. Please no. Note that i do speak several languages and my native language isnt English. Still, please dont complicate my programming with translations.
Fleet, a Lightweight IDE from JetBrains
121–130 of 427 posts
Re: Fleet, a Lightweight IDE from JetBrains
#122Although I only speak English I greatly appreciate the fact their blog is available in so many other languages. Are their IDEs interfaces available in multiple languages too?
Re: Fleet, a Lightweight IDE from JetBrains
#123Earlier quoted context omitted.
Sheesh. Please no. Note that i do speak several languages and my native language isnt English. Still, please dont complicate my programming with translations.
IDE language isn't tied to the language used in your codebase
It's got nothing to do with "the language used in your codebase", whatever you mean by that (programming language? natural language used in strings?)
Re: Fleet, a Lightweight IDE from JetBrains
#124Vscode online pressure?
Re: Fleet, a Lightweight IDE from JetBrains
#125Earlier quoted context omitted.
Why not use intellij ultimate? You can easily add all the language plugins (mod clion based ones).
Why? Because I'm a second class citizen in a java IDE. No thanks. The marketing is also quite clear on the target audience https://www.jetbrains.com/idea/features/
Re: Fleet, a Lightweight IDE from JetBrains
#126Earlier quoted context omitted.
> People moved from IntelliJ to VSC because it was faster, simpler and language-agnostic, instead JetBrains blamed users for not using advanced features like CPU profiling which most people don't use daily. They are jumping on simple-editor train now. Better late than never From my experience, most people who nowadays start programming, flock to vscode because it's free, used in most tutorials and then they simply do…
VSCode has debugging built in and can connect to various runtimes. Not that I ever use that - I prefer sticking with the language native tools, and I rarely require anything beyond inspecting runtime values and simple benchmarking. Maybe this comes from the perspective of Java, where you need an IDE to do proper debugging, building/starting an application requires a gazillion command line arguments, and you have laye…
Would I prefer a native IDE for Rust? Maybe one that doesn't require 4GiB of Ram to operate? Yes.
But bar for IDEs today is very high.
Re: Fleet, a Lightweight IDE from JetBrains
#127Earlier quoted context omitted.
>If they make it free, they could get a big chunk of the market, especially if they actually provide it with IntelliJ level of autocomplete, refactorings, multicursor support etc. If they did that, then why would anyone buy IntelliJ? I understand why Microsoft came out with VSCode. They didn't have anything to offer for developers who weren't already bought into the Windows/.Net stack. VSCode was an effort to reach o…
I think polyglot IDEs like VSCode serve a different niche to PyCharm, CLion etc. In a professional context, you usually end up doing 80% of your coding in one language, so it only makes sense to use an editor that semantically understands the language to amplify your coding. One common use case where I resort to IntelliJ tools is refactoring methods/classes/variables, since it feels so much safer. My personal take is…
The personal license All-Products-Pack is great. I'm prevented by the license from ever expensing it but I spend every day immersed in PyCharm, IntelliJ IDEA, DataGrip, and soon GoLand. I can open as many simultaneous copies as I need on personal and work computers, Windows, macOS, and Linux.
Re: Fleet, a Lightweight IDE from JetBrains
#128To me it sounds like this is used to test a rewrite of all their IDEs because it is written from scratch. I can imagine if this becomes a succes they will update all their IDEs or use Fleet as the new platform.
Fleet may very well be the main focus for IntelliJ in the future. It is highly moduralized [0], which makes it seem like they're going after github.dev, stackblitz.com, replit.com and not just VSCode.
[0] https://www.jetbrains.com/help/fleet/1.0/architecture-overvi...
Re: Fleet, a Lightweight IDE from JetBrains
#129Does it have support for LSP?