To apply a quick fix suggestion
1. Open the file containing the problematic code.
The line(s) containing code to which a quick fix can be applied will be indicated by a lightbulb icon in the vertical marker bar to the left of the editor window.
See Real Time Error Detection for more information on how errors are indicated.
2. Place the cursor on the problematic code section and press Ctrl + 1 -or- click the lightbulb icon in the marker bar.
The Quick Fix list suggests options for fixing the code.
|
■ 1 |
< ?php |
Post a comment