cross-posted from: https://poptalk.scrubbles.tech/post/1586011
Rider is the best C# IDE IMO, works on linux, mac, and of course Windows. Very happy it’s now free!
cross-posted from: https://poptalk.scrubbles.tech/post/1586011
Rider is the best C# IDE IMO, works on linux, mac, and of course Windows. Very happy it’s now free!
Yeah I think it varies by ecosystem. Java and C# have really good IDE support, made possible because those languages were designed in a way that made the jobs of IDEs simpler. For more dynamic languages like JS and Python, there’s less that an IDE can offer that isn’t easily provided as a plugin. For languages like Rust I think there is more potential for high IDE support, but up to this point I think text editors have dominated due to general preference and a lack of entrenched ecosystem support.