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
From @JamesDonnelly on March 19, 2016 15:50
Steps to Reproduce:
foo.namespace
The property namespace gets highlighted, however I don't believe namespace has any meaning in JavaScript.
namespace
Copied from original issue: microsoft/vscode#4458
The text was updated successfully, but these errors were encountered:
From @JamesDonnelly on March 20, 2016 0:2
It seems the word any also gets highlighted like this as well.
any
foo.any
Sorry, something went wrong.
Also true for variables named number or string.
number
string
Make sure the identifiers are handled with . and $
7fa318b
Fixes #43, #64, #87, #112, #131, #133, #157, #175, #212, #214, #229
No branches or pull requests
From @JamesDonnelly on March 19, 2016 15:50
Steps to Reproduce:
foo.namespace
.The property
namespace
gets highlighted, however I don't believenamespace
has any meaning in JavaScript.Copied from original issue: microsoft/vscode#4458
The text was updated successfully, but these errors were encountered: