Add fixes for dscanner issues (lightbulb on linter issues)
"no such symbol" could perform a global search for the symbol and prompt the user with possible imports "Identifier not matching phobos style guidelines" could replace it with a fixed one "variable not used" could remove it
I have added the following to
{
"dscanner.ignoredKeys": [
"dscanner.style.phobos_naming_convention"
]
}
However, it doesn't seem to turn off the warnings.
Is this a code-d issue, a dscanner issue, or a vscode misconfiguration?
Apologies if no the right place.
try typing or refreshing the file, though it should apply immediately. If you have that key in your workspace settings it will override your user settings
Interestingly the default action of lightbulb is to eddit the folder's settings.json; however the setting only works when adding to the projectname.code-workspace file, or to the USER LEVEL (i.e. in ~/.vscode/) settings.json.
Presumably that is a vscode problem, not code-d, but any other insight you have are great.
Incidentally I would like to make partial formatting work but haven't had time to see how vscode and code-d actually interact.