Short of running language-specific IDEs, there probably isn't much out there that's compellingly better than VS Code (note not Visual Studio which is heeaaaaavy).
If you just want an editor with good syntax support, try Sublime text. If you work across a lot of languages, pushing linting etc into your CLI/build tools can take the focus off needing an IDE.