Skip to content

Instantly share code, notes, and snippets.

View MrWen33's full-sized avatar
🎯
Focusing

Aya MrWen33

🎯
Focusing
  • NKU
  • South Yue
View GitHub Profile
@MrWen33
MrWen33 / vscode-clangd-ue.code-workspace
Last active November 11, 2024 12:28
.code-workspace template file for vscode clangd to work on unreal engine project
// Author: @MrWen33
//
// 0. Install Clang and add to your PATH
//
// 1. Replace "{YourUnrealEnginePath}" to your unreal engine absolute path.
// Replace "{YourProjectName}" to your project name
// Replace "{YourUprojectPath}" to your .uproject file absolute path
//
// 2. Open this file with vscode and run task "GenCompileCommands"
//