Closed
Description
From @mikehaas763 on May 23, 2016 16:35
- VSCode Version: 1.1.1
- OS Version: OS X El Capitan 10.11.5
Steps to Reproduce:
- Create an ES6 class with a constructor
export class AppEnvironment {
constructor(environment) {
this.environment = environment;
}
}
- right click the
environment
symbol that's part of thethis.environment
expression -> click rename symbol - Rename the symbol
- "You cannot rename this element"
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