We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 @mikehaas763 on May 23, 2016 16:35
Steps to Reproduce:
export class AppEnvironment { constructor(environment) { this.environment = environment; } }
environment
this.environment
I'm aware that this probably doesn't work because it's just not implemented yet. Just want to bring it up to hope it gets implemented.
Copied from original issue: microsoft/vscode#6680
The text was updated successfully, but these errors were encountered:
This should work in a .js file, but not a .ts file.
Sorry, something went wrong.
Symbols weren't being created for this.x = ... assignments in ES6 constructors. Fix is up at #8844
this.x = ...
sandersn
No branches or pull requests
From @mikehaas763 on May 23, 2016 16:35
Steps to Reproduce:
environment
symbol that's part of thethis.environment
expression -> click rename symbolI'm aware that this probably doesn't work because it's just not implemented yet. Just want to bring it up to hope it gets implemented.
Copied from original issue: microsoft/vscode#6680
The text was updated successfully, but these errors were encountered: