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

CSS Rename Symbol action on class leaves superfluous dot character #26829

Closed
myfonj opened this issue May 17, 2017 · 1 comment
Closed

CSS Rename Symbol action on class leaves superfluous dot character #26829

myfonj opened this issue May 17, 2017 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug css-less-scss Issues and items concerning CSS,Less,SCSS styling

Comments

@myfonj
Copy link

myfonj commented May 17, 2017

  • VSCode Version: Code 1.12.2 (19222cd, 2017-05-10T13:20:36.315Z)
  • OS Version: Windows_NT ia32 10.0.14393

Steps to Reproduce:

  1. Create CSS file.
  2. Write .foo.
  3. Invoke "Rename Symbol" (By default bound to F2, or use the Command Palette).
  4. Type .bar.
  5. Press Enter.

Expected outcome
Selector (and its instances) changed to .bar.

Actual outcome
Selector (and its instances) changed to ..bar.

vscode-css class-rename-symbol-bug

@myfonj myfonj changed the title CSS Rename Symbol action leaves superfluous dot character CSS Rename Symbol action on class leaves superfluous dot character May 17, 2017
@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug css-less-scss Issues and items concerning CSS,Less,SCSS styling labels May 17, 2017
@aeschli
Copy link
Contributor

aeschli commented May 18, 2017

duplicate of #7340

@aeschli aeschli closed this as completed May 26, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug css-less-scss Issues and items concerning CSS,Less,SCSS styling
Projects
None yet
Development

No branches or pull requests

3 participants