Recently, I've noticed that some of the JavaScript\TypeScript objects, in VS Code, has a starred properties. What does that mean?
Example: I've defined an array of strings - 'myArray'
Recently, I've noticed that some of the JavaScript\TypeScript objects, in VS Code, has a starred properties. What does that mean?
Example: I've defined an array of strings - 'myArray'
Share Improve this question asked Jun 16, 2019 at 10:51 altgov3enaltgov3en 1,2062 gold badges19 silver badges35 bronze badges 2- 4 I think you might be using intelliCode, or a similar intellisense extension. – Yannick K Commented Jun 16, 2019 at 10:54
- Same question for Visual Studio 2019+ – KyleMit ♦ Commented Sep 7, 2021 at 18:49
1 Answer
Reset to default 19As Yannick K pointed out correctly the stars come from the IntelliCode extension and aim to mark the most commonly used attributes and methods.