bmewburn / vscode-intelephense

PHP intellisense for Visual Studio Code
https://intelephense.com
Other
1.56k stars 92 forks source link

Disable formatting in quotes #2892

Closed shumailov closed 1 month ago

shumailov commented 1 month ago

I have code like this

<div class="sgmt" data-view="<?php $terms = get_the_terms($post->ID, 'view'); if ($terms != null) : ?> ...

I don't need format inside quotes, it's possible to disable format in quotes?

shumailov commented 1 month ago

Or just how to disable line break in quotes?

bmewburn commented 1 month ago

duplicate of #1521