edit: just to clarify, I won’t be using the library for sorting but will have to implement the sorting itself.
You could’ve written the program in VS in the time it took to ask this
I need to parse some files then sort (with a custom sort implementation)
Depends on IDE. Obviously, VS & Rider are more suitable for a beginner/beginner task


If it’s simple, one time task then VS Code.
No point to install whole VS just to do simple task.
If you plan to write more stuff, then VS.

source