I normally code in Java on VSCode, but I am starting to learn C++ basics. But I think VSCode is really laggy for C++ on my mac for some reason. Also, I don’t have the line by line debug function?
Is there any recommendation on how I should code C++ on a mac? Which IDE is the best? Is there something I am missing in VSCode that’s causing the lag?
Mac is incredibly similar to linux because it is Unix based. So I would recommend gvim, nvim, or vim. Mostly nvim because config is slightly easier and it handles plugins better.
It’s not an IDE, but I’ve added some additional notes + an image of my sublime text setup here (I am on Mac as well, please lmk if the instructions aren’t clear).
I don’t know anything about Vim or VSCode debugging features. (I don’t use a debugger myself.)