Using Microsoft Visual Studio Professional 2019 Version 16.4.1
IntelliSense is showing a star icon to the left of IsNullOrEmpty
. Not sure what it means.
Edit 1:
It's not just IsNullOrEmpty
Edit 2
It only shows the star within if()
statement
Troubleshooting# If you find IntelliSense has stopped working, the language service may not be running. Try restarting VS Code and this should solve the issue. If you are still missing IntelliSense features after installing a language extension, open an issue in the repository of the language extension.
IntelliSense is a code-completion aid that includes a number of features: List Members, Parameter Info, Quick Info, and Complete Word. These features help you to learn more about the code you're using, keep track of the parameters you're typing, and add calls to properties and methods with only a few keystrokes.
Ctrl + Space should do it.
You can trigger IntelliSense in any editor window by typing Ctrl+Space or by typing a trigger character such as the . (dot character).
To turn it off, disable Visual Studio IntelliCode extension.
Extensions menu -> Installed -> Visual Studio IntelliCode
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