👩💻 Join our community of thousands of amazing developers!
You read more code than you write. And it’s true. When working on a large codebase, you might need to read a lot of code (written by others) to understand it better. One of the things that makes it a little bit easier to read code is to have a way to see the underlying name of the function/method parameters. Let me show you what I’m talking about. As you can see, the things underlined with the red color are called “inlay hints” or “parameter hints” for simplicity. These can give you additional ...