docs(readme): remove mentions of formatting
parent
9e9bd18083
commit
ad483b305a
|
@ -34,12 +34,12 @@ I recommend to disable VS Code's built-in PHP IntelliSense by setting `php.sugge
|
||||||
### Find all symbols
|
### Find all symbols
|
||||||

|

|
||||||
|
|
||||||
### Format code
|
|
||||||

|
|
||||||
|
|
||||||
### Column-accurate error reporting
|
### Column-accurate error reporting
|
||||||

|

|
||||||
|
|
||||||
|
### Format code
|
||||||
|
Please use a dedicated extension like [PHP CodeSniffer](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs).
|
||||||
|
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
- Rename
|
- Rename
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 51 KiB |
|
@ -7,7 +7,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": true,
|
||||||
"preview": false,
|
"preview": false,
|
||||||
"version": "0.0.0-development",
|
"version": "1.5.4",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.17.1"
|
"vscode": "^1.17.1"
|
||||||
},
|
},
|
||||||
|
@ -95,5 +95,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"__metadata": {
|
||||||
|
"id": "5e69f001-f945-4c97-baf0-320d82a153b3",
|
||||||
|
"publisherDisplayName": "Felix Becker",
|
||||||
|
"publisherId": "2bbbc574-aea7-4866-8f36-2d56ef365f8c"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue