Why does Intellisense keep breaking on my development system? I feel like I’m walking on eggshells!
1 Like
VSCode intellisense is fairly fragile, especially on Windows machines. If you’re coding in Java, I strongly recommend switching to IntelliJ. If you’re coding in C++, the tooling’s going to be rather lousy no matter what, unfortunately (the best solution I’ve seen is to use clangd, but that really doesn’t work well on windows).
1 Like
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.