How can I turn off this function name displaying feature in visual studio code?

101 Views Asked by At

Code Pannel:

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?

1

There are 1 best solutions below

2
Salahable On BEST ANSWER

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.