See Also
Bracket Completion
The editor automatically adds and removes matching brackets and quotes while the user is typing the code.
- Paired single ' ' and double quotes "" "", braces (), and brackets [] are added when the user has typed the first symbol.
- At the end of a line, a semicolon is added in addition to the closing single or double quote.
- The closing curly brace is added after the user presses Enter, which also activates the Smart Indent function.
- Deleting the opening single or double quote, brace, or bracket causes automatic removal of the corresponding closing symbol but does not affect the line end semicolon.
- When the cursor points at a closing brace ), a closing curly brace }, or a closing bracket ], the paired opening symbol is highlighted in yellow.
- See Also
- Working with PHP
- Project Tasks: Quick Reference
Legal Notices