docs(readme): remove mentions of formatting

pull/202/head
Felix Becker 2017-11-20 09:07:06 -08:00
parent 9e9bd18083
commit ad483b305a
3 changed files with 106 additions and 101 deletions

View File

@ -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
![Find all symbols demo](images/documentSymbol.gif) ![Find all symbols demo](images/documentSymbol.gif)
### Format code
![Format code demo](images/formatDocument.gif)
### Column-accurate error reporting ### Column-accurate error reporting
![Error reporting demo](images/publishDiagnostics.png) ![Error reporting demo](images/publishDiagnostics.png)
### 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

View File

@ -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"
} }
} }