Code correction in Visual Studio Code.

2024-05-26 Thread AntonioFS
Hello. I understand. Sorry for how I added the image, but I'm not used to do it with this kind of forum editor. Thank you very much. Antonio F.S.

Code correction in Visual Studio Code.

2024-05-26 Thread AntonioFS
Hello. Whenever I can, I continue to study Nim. :-) I have an issue that I don't understand: when I write a Nim code in Visual Studio Code, I get a series of recommendations between the same code in grey colour. If it is an 'int' for example, I double click on it and it includes it in the code

Code correction in Visual Studio Code.

2024-05-26 Thread namisboss
What you are seeing is called an inlay hint. When gray, it is simply a piece of ghost text showing you what type your variable is. This can change as you update your code. Personally I would not double click and insert them as I don't specify the data type a variable holds unless there is an out