diff --git a/README.md b/README.md
index 1382f6e..eb0406f 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,25 @@ If you prefer to work from Linux or Mac OS X, check the Dockerfile for dependenc
Also make sure to have a LLVM13 install.
+### VS Code Setup
+
+1.) Install VS Code on your Distribution or get it from Microsoft.
+
+
+
+2.) I recommend you install the following extensions in vs code
+
+clangd,
+Clang-Format,
+CodeLLDB,
+Docker and
+Remote Development
+
+For a general C/C++ setup of VS Code (I consider good) see:
+
+
+Most parts can be skipped, as they are already integrated in this Repo.
+
### Installing LLVM 13 on Mac OS X
On Darwin you can install LLVM 13 with [Homebrew](https://brew.sh/):