You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This behavior depends on the c-auto-align-backslashes variable.
Align automatically inserted line continuation backslashes.
When line continuation backslashes are inserted automatically for line
breaks in multiline macros, e.g. by \[c-context-line-break], they are
aligned with the other backslashes in the same macro if this flag is
set. Otherwise the inserted backslashes are preceded by a single
space.
Most PHP programmers probably don't need this behavior, so PHP Mode will disable it by default.
I'm going to work tonight or tomorrow, but the workaround is follows:
PHP mode version: 1.22.2
For the following code snippet:
On pressing <tab> on the cursor(
█
) The code becomesThis happens with every consecutive
\
. So if on the same line, I do the following<tab>
Edit: Please find
php-mode-debug
below:The text was updated successfully, but these errors were encountered: