Skip to content
New issue

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

Renaming property with space #11531

Closed
normalser opened this issue Oct 11, 2016 · 1 comment
Closed

Renaming property with space #11531

normalser opened this issue Oct 11, 2016 · 1 comment
Labels
Bug A bug in TypeScript

Comments

@normalser
Copy link

Not sure if VSCode or TSServer issue:

interface Test {
    "alpha beta": string
}

const a : Test = {
    "alpha beta": "test"
}

Put cursor inside beta of interface and rename with F2

image

Box to rename shows only beta - shall it show alpha beta ?

Rename to beta2

Result:

image

Should be alpha beta2

@mhegazy mhegazy added the Bug A bug in TypeScript label Oct 11, 2016
@mhegazy mhegazy added this to the Future milestone Oct 11, 2016
@mhegazy mhegazy assigned ghost Oct 11, 2016
@basarat
Copy link
Contributor

basarat commented Oct 12, 2016

VSCode issue.

e.g. works fine in alm 🌹

rename string

@mhegazy mhegazy removed this from the Future milestone Oct 13, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript
Projects
None yet
Development

No branches or pull requests

3 participants