1 00:00:00,090 --> 00:00:00,420 Inlay. 2 00:00:00,420 --> 00:00:04,140 Hints are markers that provide more information about your code. 3 00:00:04,500 --> 00:00:10,410 An example of an inlay hint is this little x, but how does this x provide more information about the 4 00:00:10,410 --> 00:00:11,700 print line function? 5 00:00:11,730 --> 00:00:15,060 In this case, it really doesn't provide any useful information. 6 00:00:15,300 --> 00:00:21,060 An easy way to think about it is hey, X marks the spot where you should write the message that you 7 00:00:21,060 --> 00:00:23,940 want to print, but it's not really that useful. 8 00:00:23,970 --> 00:00:28,770 Inlay hints will become useful once you reach the section on functions. 9 00:00:28,800 --> 00:00:35,010 Personally, I'm going to disable my inlay hints because for me I don't find them useful, but I highly 10 00:00:35,010 --> 00:00:40,980 recommend you keep them because they will become very very useful once you reach the function section. 11 00:00:40,980 --> 00:00:46,830 So if I have convinced you to keep your inlay hints, then please skip this video and go to the next 12 00:00:46,830 --> 00:00:47,360 one. 13 00:00:47,370 --> 00:00:53,010 But if you want to disable your inlay hints like me, which I don't recommend, then keep watching. 14 00:00:53,010 --> 00:00:58,800 So because I'm using a mac, I'm going to go to code preferences and then settings windows. 15 00:00:58,890 --> 00:00:59,460 Same thing. 16 00:00:59,460 --> 00:01:02,340 But you would go to file and then preferences in settings. 17 00:01:02,340 --> 00:01:05,099 So I'm going to do just that on my Mac. 18 00:01:06,890 --> 00:01:09,920 And here I will look for inlay hints. 19 00:01:10,580 --> 00:01:14,030 Shows up first and I will disable them. 20 00:01:15,350 --> 00:01:18,310 Then just like that, my inlay hints are gone.