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

vue single file component typescript vscode problems #49314

Closed
wysisoft opened this issue May 6, 2018 · 1 comment
Closed

vue single file component typescript vscode problems #49314

wysisoft opened this issue May 6, 2018 · 1 comment
Assignees

Comments

@wysisoft
Copy link

wysisoft commented May 6, 2018

I have a simple single file vue component, and i'm having a few problems with it.

1 - I cannot rename the variable 'v' in the code below
2 - when I do an F12 on the 'v' in 'v=1', the cursor goes DOWN instead of up.

<script lang='ts'> let v = 0; v = 1; </script> <style> .greeting { font-size: 20px; } </style>
@octref
Copy link
Contributor

octref commented May 8, 2018

F2 to rename is not implemented. 2 sounds like a bug similar to this one: microsoft/TypeScript-Vue-Starter#45

@octref octref closed this as completed May 8, 2018
@octref octref added the question label May 8, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 22, 2018
@chrmarti chrmarti removed the question label Jun 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants