如題……不知道怎么描述,就是類似于eclipse里的Alt+/這樣的快捷鍵,可以快速修復(fù)一些語法錯(cuò)誤的。
不是安了番茄插件以后的ctrl+j那個(gè)快速代碼提示。
光陰似箭催人老,日月如移越少年。
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.