[php] setting to disable suggestions and hover (for #9003)

This commit is contained in:
Martin Aeschlimann
2017-01-23 15:24:59 +01:00
parent 2e3c7b21f0
commit 1ff2c4809d
5 changed files with 16 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{
"configuration.builtInCompletions.enable": "Enable/disable built-in PHP completions.",
"configuration.suggest.basic": "Configures if the built-in HTML language suggestions are enabled. The support suggests PHP globals and variables.",
"configuration.validate.enable": "Enable/disable built-in PHP validation.",
"configuration.validate.executablePath": "Points to the PHP executable.",
"configuration.validate.run": "Whether the linter is run on save or on type.",