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'
Go to Symbol# You can navigate symbols inside a file with Ctrl+Shift+O.
Rename symbol# Renaming is a common operation related to refactoring source code and VS Code has a separate Rename Symbol command (F2). Some languages support rename symbol across files. Press F2 and then type the new desired name and press Enter. All usages of the symbol will be renamed, across files.
To open the Settings editor, use the following VS Code menu command: On Windows/Linux - File > Preferences > Settings. On macOS - Code > Preferences > Settings.
In Visual Studio Code's menu bar, go to Code › Preferences › Settings or press ⌘ + , . Search for Render Whitespace (in the Search settings search bar). Set the value to all .
As Yannick K pointed out correctly the stars come from the IntelliCode extension and aim to mark the most commonly used attributes and methods.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With