We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
optionVAlue
Change in behavior / Regression
cspell
v4.0.4
Not sure / None
macOS
12.7.5 (21H1222)
function abc(optionVAlue) { console.log("optionVAlue::", optionVAlue); }
"optionVAlue": Unknown word.cSpell
No response
The text was updated successfully, but these errors were encountered:
@Arun-StarApps,
I can see how this is confusing and non-ideal. The spell checker tries its best to break code up into meaningful words:
One of the things it does it to try and find the word all in lower case, if it finds it, it is considered correct.
That is what is happening in this case.
There is not an easy solution to this problem, since it is common to see things like BREAKing, CURLedRequest, and PHPUnit in code.
BREAKing
CURLedRequest
PHPUnit
Sorry, something went wrong.
@Jason3S I was expecting 'optionVAalue' will be broken into three workds 'option', 'V' and 'Alue'. so is there any setting to do this ?
No branches or pull requests
Kind of Issue
Change in behavior / Regression
Tool or Library
cspell
Version
v4.0.4
Supporting Library
Not sure / None
OS
macOS
OS Version
12.7.5 (21H1222)
Description
Steps to Reproduce
Expected Behavior
"optionVAlue": Unknown word.cSpell
Additional Information
No response
cspell.json
No response
cspell.config.yaml
No response
Example Repository
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: