I was working in VSCode with java files and I did several things (that might cause this problem to occur):
- Installing extensions from marketplace for Java and C
- Installing C compiler (using this guide:
Text editor screenshots when type doesn't exist in parameter:
So basically, I don't want this type exists in the parameter, i.e., I want my text editor like those in pic 3, 4 instead of pic 1, 2. How can I do this?
CodePudding user response:
See https://stackoverflow.com/a/71880286/836330
You can disable those
hints
with this setting:java.inlayHints.parameterNames.enabled
set tonone