Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.03 KB

vscode-plugin.md

File metadata and controls

23 lines (17 loc) · 1.03 KB

Using NoVerify as language server for VSCode

Note: only available in version 0.3.0 and below.

Version Installs Ratings

You can install https://marketplace.visualstudio.com/items?itemName=EdgardMessias.php-noverify using VS Code Marktplace.

For example, you can configure the following after VS Code installation:

{
  "php-noverify.noverifyPath": "<noverify binary path>",
  "php-noverify.noverifyExtraArgs": [
    "check",
    "-cores=4"
  ]
}

After you reload VS Code, you should get NoVerify started as a language server.