Skip to content

Selective Formatting not working #178

@amitkumarj1979

Description

@amitkumarj1979
# Prettier options (if any):
Default

**Input:**
cls file - Selected Text

```apex
// code snippet
```errorList.addAll(validateField(contact.FirstName, objectName, 'First Name', 0));


**Actual output:**
```errorList.addAll(validateField(contact.FirstName, objectName, 'First Name', 0));

```apex
// code snippet

Expected output:

            validateField(contact.FirstName, objectName, 'First Name', 0)
        );


```apex
// code snippet

Additional information (please fill this out):

  • OS: [e.g. Windows/OS X/Ubuntu]
  • Version: [e.g. 1.0.0]
    mac 10.14.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions