Note: Assuming you have downloaded an installed build (aka pre-compiled binaries) of UE5 for linux
Go to Edit -> Editor Preferences -> Application Scale
and set it to 0.85 or your preferred value
Go to Edit -> Editor Preferences -> Enable AutoSave
and uncheck it
Go to Edit -> Editor Preferences -> Enable Pin Value Inspection Tooltips
and uncheck it (If Enabled it causes glitching while handling blueprint nodes)
Set up absolute #include paths in *.build.cs
file as instructed here
Add absolute include path in .vscode/c_cpp_properties.json
for vscode:
"includePath": [
"${default}",
"/Path/To/Project/Source/ProjectName"
]