如题……不知道怎么描述,就是类似于eclipse里的Alt+/这样的快捷键,可以快速修复一些语法错误的。
不是安了番茄插件以后的ctrl+j那个快速代码提示。
PHPz2017-04-21 11:18:43
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.
怪我咯2017-04-21 11:18:43
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.