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 symbols with F2 not working for JavaScript in HTML #107064

Closed
PiotrNap opened this issue Sep 19, 2020 · 1 comment
Closed

Renaming symbols with F2 not working for JavaScript in HTML #107064

PiotrNap opened this issue Sep 19, 2020 · 1 comment
Assignees

Comments

@PiotrNap
Copy link

  • VSCode Version: 1.49.1
  • OS Version: 10.15.6

Steps to Reproduce:

  1. Open Vs-code, make a new html file with a <script> tag.
  2. Put some code into it e.g
<script>
  export default {
    data: function randomName(params) {
      return {
        params,
      };
    },
    methods: {
      onUpdate: () => randomName(),
    },
  };
</script>

Does this issue occur when all extensions are disabled?: Yes

When I try to change the symbol name/s (randomName) I'm getting 'No result.' information window at the bottom right.
Tried to restart the vs-code, but without any results.

@PiotrNap PiotrNap changed the title Renaming symbols with F2 not working for JavaScript Renaming symbols with F2 not working for JavaScript in HTML Sep 19, 2020
@aeschli
Copy link
Contributor

aeschli commented Sep 21, 2020

duplicate of #31141

@aeschli aeschli closed this as completed Sep 21, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Nov 5, 2020
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

2 participants