VSCode or VSCodium; Which do you use? : r learnprogramming - Reddit VSCode or VSCodium; Which do you use? I'm just starting to program and have a few questions Do you prefer VSCode or VSCodium? If you prefer one over the other; what's your reasoning? Is there a particular IDE you prefer for specific projects or languages? Archived post New comments cannot be posted and votes cannot be cast
VSCode vs VSCodium? : r privacy - Reddit VSCode vs VSCodium? I read an article on itsfoss com, that states that VSCodium is better than VSCode, because it doesn't track your usage data In more detail: the installation files that Microsoft has created contain proprietary telemetry tracking and: You can disable the telemetry in VS Code but can you trust Microsoft completely?
VSCode, Code-OSS, VSCodium ? : r linuxquestions - Reddit VSCodium is very similar to Code-OSS Personally I normally just go with VSCode since I don't mind the anonymous telemetry that much, but some may feel different, beside VSCode is not under free open license
What is the equivalent of the MS C++ extension with Intellisense in vsCodium ? : r vsCodium - Reddit After weeks of testing, I think I finally have a good setup for C C++ on VSCodium Extensions: clangd: "Intellisense" support I think it's better than MS C C++ extension Clang-Tidy: Good practices suggestions Native Debug: Debugging support That's it! And don't forget to install clangd and clang-tidy on your machine (They are usually included when you download LLVM) If you're on windows