Code Pannel:

How to avoid the function name displaying over other code?
Feels like a glitch in VS Code. The function name is displayed over the code part, making it confusing to understand where the function starts. How can this feature be removed?
Code Pannel:

How to avoid the function name displaying over other code?
Feels like a glitch in VS Code. The function name is displayed over the code part, making it confusing to understand where the function starts. How can this feature be removed?
Did you try turning off sticky scroll? View -> appearance and toggle it off.
Also, may be inlay hints fix the problem. file->preferences->setting-> search for inlay hints
Restart vscode after changing to make sure.