I think I finally have intellisense mainly working.

This commit is contained in:
2025-06-18 18:39:25 -04:00
parent 761344bbd5
commit e8ec9c9707
2 changed files with 23 additions and 52 deletions

View File

@@ -1,12 +1,3 @@
diff --git a/.clangd b/.clangd
new file mode 100644
index 000000000000..e10607a4bc4f
--- /dev/null
+++ b/.clangd
@@ -0,0 +1,3 @@
+CompileFlags:
+ Add:
+ - "-D__INTELLISENSE__=1"
diff --git a/Engine/Extras/LLDBDataFormatters/UEDataFormatters_2ByteChars.py b/Engine/Extras/LLDBDataFormatters/UEDataFormatters_2ByteChars.py
index f56f5ea9cac4..ff1c4030b38f 100644
--- a/Engine/Extras/LLDBDataFormatters/UEDataFormatters_2ByteChars.py