Will there be support for Puksar Edit editor ( popular fork of atom editor ) as it supports LSP. the old ide-rust ( originally for atom ) works but the repo is archived and last change in that repo was around 3 years ago.......so will the rustanalyzer team bring it to pulsar as pulsar is based on atom and it would not be hard to port the extention to pulsar
So can you guys help me understand how to rust analyzer executable work and how it communicates with ide rust extention?
So that i can maintain an extention myself?
Do you really need Pulsar? Since zed is written in Rust I would expect that most of it's community (if not all) would use it. When I heard about rendering UI on GPU for the very first time I know what type of software I would be interested in future.
But im on linux, have a low end laptop....thats why i use pulsar...it works great......if the rust team cannot maintain another extention.....the i will....but i need help to understand how rust analyzer talks to 'ide-rust'
Well … Do you remember Windows XP? A time of first Service Pack, when 2-core processor (AMD Athlon x64 dual core processor) was something new? On terrible old PC I have compiled Gentoo … from stage 1 … with full KDE 4, LibreOffice and Firefox.
Today, you can install Rust using asdf and simply compile one editor. It would not be fastest thing you did for sure, but hey … that's a good chance to eat something else than pizza, go to shop and buy stuff you forgot to order 2 weeks ago and so on …
I'm using a little monster right now, so maybe I'm not a good one to speak about it, but current low end is not really that bad as long as you buy/upgrade it every few years.
zed - maybe is not yet fully supported on Linux, but it already works and have a really good Rust support. You don't have to prepare any plugin - everythng should be working out-of-the-box.
I would even say that especially on low end laptop I would prefer to give CPU a bit rest and render GUI using GPU. I believe it would be much better than any old IDE blob eating your precious CPU.
This one have almost 5 years, so I would consider preparing to upgrade. Consider using AMD processors as they should offer similar performance to Intel ones with lower price.
Windows XP required 256 MB, Vista 2+ GB, 7 1-2 GB. On Linux you should not have a problem with 512 MB minimum requirements (if not less).
Is this how low end works now? Man, I still remember HDDs with dozens and hundreds of GB. I feel so old now.
For now I'm using Sublime Text 4 and only testing zed + using it for learning Rust. I choose Sublime before as it was fastest one I was aware about. At that time I was in need to deal with old JSON database - just imagine a typical IDE loading dozens of thousands or even hundreds of thousands of small .json files into project tree - not even mentioning using them. Unfortunately I don't have anymore such source to compare and as said now I have a little monster with Crucial T700 4TB PCIe Gen5 NVMe M.2 SSD, so I guess than everything is smooth on it.
I would also answer in the same order as your questions:
Increase/decrease indention as well as moving block up and down works as expected
Good idea as I'm not using it so often - just tried it and it works fine
Works
Works
Sublime Text 4 have amazing integration that suggest a fix to a code and allow to apply it on just one click. It would be amazing if zed would have the same feature, but anyway debugging looks very good.
Ever linux user need not to use something fancy like tiling window manager, not everyone likes that. All they (including me ) need is a simple desktop experience
Of course XFCE, LXQt or Enlightment should do the job. There are lots of distributions with support for them. That's said I have used KDE 4 and KDE Plasma 5 on laptop with 4 GB RAM without any problem.
However once you would get into your hand even a little monster there is no going back. I'm using Plasma 6 with 120+ Firefox tabs (in 5 groups), emerge in background as well as 2 code editors, PDF reader, 2 communicators, some video player and few other apps and scripts working in the background.
When you would first use your new PC you would understand that you really needed a solid upgrade.
Hmm. My impressions of Rust in SublimeText 3 in 2022-23 was quite rough. It does show the errors, but with some bugs, poor methods lookup, and can't debug at all. Maybe in 4 it got better.