Earlier quoted context omitted.
Actually the conclusion is that most people that advocate for Resharper aren't aware of VS Rosylin plugins, and most of them are like those that buy SLRs, but actually only need the features of a compact camera, but it feels good to carry that SLR around.
I did not work with .Net and Windows in a long time so maybe this time Microsoft done something good, from my experience MS does all the evil/stupid stuff first and only when forced they attempt to do a good job. Question if this cool plugin is so good and is from Microsoft is it bundled in Visual studio or easy to install from a GUI or is still a work in progress and you need to track the git master branch? I still…
Fleet, a Lightweight IDE from JetBrains
341–350 of 427 posts
Re: Fleet, a Lightweight IDE from JetBrains
#342Earlier quoted context omitted.
What do you see as poor Linux support?
Not op, but for me the lack of native Wayland support is a deal breaker. And running it through XWayland has various issues (focus is broken, issues with HighDPI screens, etc). If Fleet supports Wayland natively I might give it a try, otherwise it's dead on arrival for me.
Re: Fleet, a Lightweight IDE from JetBrains
#343Earlier quoted context omitted.
Please note that the JBR is a custom build that contains a number of important changes and fixes, and it's not recommended to replace this. For M1 support, it's much better to use an M1 compatible JVM and .NET runtime. Rider 2021.2 is an Intel build, because when it was released there was no M1 compatible .NET Runtime. Rider 2021.3 has an M1 build, and makes a big difference. It's currently in preview ( https://www.j…
I was under the impression that the JBR is missing a number of important changes and fixes that have already been mainlined into OpenJdk.
Re: Fleet, a Lightweight IDE from JetBrains
#344Earlier quoted context omitted.
My career has been the opposite. I grew up on C, C++, then Java. Now I'm on dynamically typed languages and appreciate their advantages and prefer them.
I also grew up on C then Java. Now I mostly work with Python but when things get serious I usually turn to JVM languages. The feeling knowing I can relentlessly refactor my code without breaking a thing and not having to worry about typos is just wonderful!
Re: Fleet, a Lightweight IDE from JetBrains
#345Earlier 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…
Re: Fleet, a Lightweight IDE from JetBrains
#346Earlier quoted context omitted.
Agreed. Working with rust in e.g. CLion (or even the free PyCharm CE with Rust plug-in) beats vscode by a large margin, it's nowhere near comparable, especially when working with larger projects often requiring major refactoring etc.
Which Rust language server did you use?
Re: Fleet, a Lightweight IDE from JetBrains
#347Whenever I try to use something other than IntelliJ (generally VS Code) I'm always struck by how awful the code completion and auto-imports are. I really hope we can get a lightweight editor with those two functions working properly. However, I don't see how you can do either of those features well without a lot of indexing of the codebase. And indexing is a major reason why IntelliJ so so clunky.
With same languages? Whenever I stray away from C#/Java world, I am amazed how bad the IDE experience is for other languages, but that's because most other languages have features which don't play well with IDEs (dynamic typing, templates, macros, anything compile time).
Re: Fleet, a Lightweight IDE from JetBrains
#348Whenever I try to use something other than IntelliJ (generally VS Code) I'm always struck by how awful the code completion and auto-imports are. I really hope we can get a lightweight editor with those two functions working properly. However, I don't see how you can do either of those features well without a lot of indexing of the codebase. And indexing is a major reason why IntelliJ so so clunky.
I came to VSCode from TextMate, so my expectations were minimal, but I can’t think of anything more to wish for from its completion and auto-imports. I’m generally using it for TypeScript which is probably its strongest use case. But even untyped JavaScript is pretty good: local type inference is alright, JSDoc types nearly on par with TS, automatic type acquisition for dependencies is better than manual installation…
Re: Fleet, a Lightweight IDE from JetBrains
#349Earlier quoted context omitted.
Over year ago JetBrains released a post showing they don't understand why VSCode eats their market: > Still, we don’t deny the information could be a bit skewed – even with the weighting we give to our survey results – given that this is from the JetBrains State of Developer Ecosystem survey, and one of JetBrains main products is IntelliJ IDEA. However, that is not to say that this is not totally unreasonable, as if…
> 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…
You're making the same mistake they are by assuming developers are just ignorant of what an ide is, and it's going to sink intellij eventually.
Re: Fleet, a Lightweight IDE from JetBrains
#350Earlier quoted context omitted.
I think your example of pair programming is where it's useful (and what they highlight in their current integration in their existing products) The idea being (no pun intended) that you can do remote pair programming
I guess, my assumption is that for pair programming only one person ought to be actually writing code at a time, you should be looking at the same files at the same time, and you likely want to have some live voice and/or video channel open to discuss what you're doing, etc. So, I kinda think that as janky as it feels, screen share of a normal IDE over zoom ends up being a less disjointed experience than zoom + "coll…
In person you can gesture. That's the hole that collaborative editing can fill.