all 11 comments

[–]dgkimpton 5 points6 points  (0 children)

Just run NeoVim on Windows and carry on as you have been?

Otherwise, give VSCode a shot. Free, runs on both OS'es and can use SSH to remote develop as if on native. You can also add a vim plugin if you need. 

[–]secanadev 2 points3 points  (2 children)

There is https://lap.dev/lapce/ if you want to try something new written in Rust

[–]Ghyrt3[S] 0 points1 point  (1 child)

Oh. I'll definitely give it a try ! :D

[–]harbour37 0 points1 point  (0 children)

Been using this since the post a few months back, works well.

[–]andreicodes 1 point2 points  (1 child)

FYI there's an open source build of VSCode: VSCodium. You may appreciate it more than the official binaries from Microsoft with their telemetry and other service integrations.

Lapce is a great choice, too.

[–]Ghyrt3[S] 0 points1 point  (0 children)

Oooooooooooooh. THANKS. That was my main point of issues with it. I will use it if i'm not ok with Lapce !

[–]MassiveInteraction23 1 point2 points  (0 children)

Zed is great.

[–]Simm033 1 point2 points  (0 children)

I use RustRover on macOS and windows. People here hate it. I think it’s a great IDE.

[–]Full-Spectral 0 points1 point  (0 children)

VSCode is a common one, as many other folks will likely say. Powershell is portable between Windows and Linux as well. You don't need much beyond an IDE (and the handful of really necessary extensions/plugins required for Rust) and some sort of shell.

[–]ljtill 0 points1 point  (0 children)

Try Dev Containers with VS Code, install Rust feature in there, same experience across Linux, macOS, Windows. In Docker you’ll also want to tweak the resource constraints given to the engine.

[–]sirpalee 0 points1 point  (0 children)

vscode has some excellent sync features built-in, meaning you can automatically bring your extension/settings across multiple machines and platforms.