Hi there! I've tried getting minimal IDE-type setups working for a lot of langs recently.
They more or less work, but don't have working features like "jump to definition" (especially into the standard lib), or are otherwise really hard to get working and configured right. This is helped a lot by the fact that the nim stdlib is also in Nim, and very easy to read and understand, vs many other langs, where things can get far more cryptic in the stdlibs. Just a shoutout to nimsuggest and it's great integration with VS Code.