Oh but I am using clang-format to get vscode to format things according to proper code style. From: Tomas Pilar Sent: 24 December 2019 12:36 To: Devel EDK2 ; 'ray.ni@intel.com' Subject: RE: [edk2-devel] Anyone successfully enabled clangd in edk2 code? I don't know about clangd but I am successfully using the vscode intellisense with EDKII including the multiple workspaces. It took some time to configure things with paths and includes to make it work correctly but the only problem I have at the moment is to get it to use the correct AutoGen.h based on the module that's being used. From: devel@edk2.groups.io > On Behalf Of Ni, Ray Sent: 24 December 2019 08:14 To: Devel EDK2 >; Ni, Ray > Subject: Re: [edk2-devel] Anyone successfully enabled clangd in edk2 code? https://clang.llvm.org/extra/clangd/ From: devel@edk2.groups.io > On Behalf Of Ni, Ray Sent: Tuesday, December 24, 2019 4:14 PM To: devel@edk2.groups.io Subject: [edk2-devel] Anyone successfully enabled clangd in edk2 code? All, I am interested in using clangd to support symbolic navigation in Visual Studio Code. But since EDKII doesn't have a master makefile, I am not sure how to enable clangd. Anyone tried that recently? Thanks, Ray