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
Feature description or problem with existing feature
The formatter to work as expected on save if the mode is set to modifications or modificationsIfAvailable
Additional context
Example file:
It's expected that __construct method will be formatted and fixed, since it's part of the modification.
Is the file under source control? I think that is a requirement for this in VSCode. Intelephense has no understanding of format modes, it provides a document and range format provider, it is up to the editor to call these providers.
Feature description or problem with existing feature
The formatter to work as expected on save if the mode is set to
modifications
ormodificationsIfAvailable
Additional context
Example file:
It's expected that
__construct
method will be formatted and fixed, since it's part of the modification.The text was updated successfully, but these errors were encountered: