But VSCode phones home (Microsoft is known to be obsessed with telemetry) and some folks are not happy that the binaries are licensed as freeware [2].
A solution to these issues was devised: VSCodium [3], a project that creates downloadable binaries from Microsoft's source code that do not have the licensing or telemetry issues that VSCode does.
(This is discussed in more detail on the project's home page [3]).
So, VSCode/VSCodium might be worth looking at for your students. Note that, despite being GUI-based, it will still take a bit of time to learn and configure with plug-ins, etc. But it will be easier for most than learning vim or emacs.
[0] https://code.visualstudio.com/
[1] https://en.wikipedia.org/wiki/Visual_Studio_Code#Reception
[2] https://dev.to/twitmyreview/issues-with-vscode-license-you-s...
(2) For students I never hesitate to recommend a notebook environment if there's one suitable for the language at hand (e.g. jupyter for python and a few others). Beginners seem to get a handle on things better that way, and it's not hard for them to also learn an editor later if they develop far enough to need it.
If I’m doing a lot of script editing (and maybe even Python), I use vi/vim.
If I’m writing C/C++, I use VS Code. Just add an extension and it works out if the box.
Previously, I used Eclipse for Java and Visual Studio for C# on Windows.
Sure, emacs could probably do all of the above, but anytime I try it, I give up. But anytime I see work colleagues using it, I look on in wonder and amazement, and a small bit of jealousy.
I got into Vim about 7-8 years ago and haven't looked back. I was getting tired of running into limitations with other editors; with Vim, I keep learning new things as I need to.
Lately it's been macros for repetitive tasks and regular expressions for making sweeping edits.