I have only used the one that comes with VS, but an error occurred. If I hover the mouse over the wrong place, I will be prompted whether a namespace is missing? Insert a quote with just one click.
I don’t know if this is the function you are talking about:
If an error occurs, when the cursor moves to that position, a small icon will appear. Click to choose a quick fix
If yes
This function is called "Smart Tag". The default shortcut key is Ctrl+.. You can also modify it to other shortcut keys.
If you have ReSharper installed, there is a powerful function called AltEnter, and the shortcut key is Alt+Enter, which is an upgraded version of smart tags.
I don’t know if you mean Ctrl + . (same as Alt + Shift + F10)
I have only used the one that comes with VS, but an error occurred. If I hover the mouse over the wrong place, I will be prompted whether a namespace is missing? Insert a quote with just one click.
alt+enter
alt+ →
I don’t know if this is the function you are talking about:
If yes
This function is called "Smart Tag". The default shortcut key is
Ctrl+.
. You can also modify it to other shortcut keys.If you have ReSharper installed, there is a powerful function called AltEnter, and the shortcut key is
Alt+Enter
, which is an upgraded version of smart tags.