The IDE part is true. VSC is horrible when it comes to intellisense and auto
complete. And if we are coding a project which contains, say, 20 modules. And
we always want to run one nim file. (say, mainFile.nim) But in VSC, we need to
activate that tab and then press run every time. I will add "echo" commands
instead of debugging. And about the macros. Yes you are right. I was amazed
when i see that we can use macros as pragma. I see it in someone else's code.
Not in the documentation. That's very sad.